Re: Where to find syntax for ODBC commands

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Christine Jorgensen <222mooney(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Where to find syntax for ODBC commands
Date: 2012-06-05 13:46:38
Message-ID: 4FCE0DBE.4050101@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 06/05/2012 06:30 AM, Christine Jorgensen wrote:
> I am new to PostgreSQL. I have a FoxPro application that currently
> accesses an Oracle database using the Microsoft ODBC Driver for Oracle.
> I am trying to convert it to access PostgreSql.
> So far I have installed the PostgreSQL drivers and am using PostgreSQL
> ANSI. I have connected to the database and was able to insert data into
> a table and select data from another table using the FoxPro EXECSQL. I
> am now trying to execute a stored procedure in the PostgreSQL database
> and am having trouble with the syntax for the parameters, which is
> different from the Oracle ODBC driver.
> Is there documentation somewhere that describes the PostgreSQL ODBC syntax?

Documentation can be found here:

http://psqlodbc.projects.postgresql.org/

If you could provide an example of what you are trying to do and the
error message we might be able to narrow the search or even answer the
question.

>
> Thanks,
> Christine

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Christine Jorgensen 2012-06-05 15:46:43 Re: Where to find syntax for ODBC commands
Previous Message Christine Jorgensen 2012-06-05 13:30:11 Where to find syntax for ODBC commands