Re: Where to find syntax for ODBC commands - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: Where to find syntax for ODBC commands
Date
Msg-id 4FCE0DBE.4050101@gmail.com
Whole thread Raw
In response to Where to find syntax for ODBC commands  (Christine Jorgensen <222mooney@gmail.com>)
List 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.klaver@gmail.com

pgsql-odbc by date:

Previous
From: Christine Jorgensen
Date:
Subject: Where to find syntax for ODBC commands
Next
From: Christine Jorgensen
Date:
Subject: Re: Where to find syntax for ODBC commands