Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PostgreSQL via OLEDB
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00975032
Message ID:
00975033
Views:
18
SPT works with ODBC only. You may consider CursorAdapter for ADO connection.

>Hello All, I'm would like to connect to a remote PostgreSQL database using the PG OLEDB provider, I've achieved this using ADO but would prefer SQL pass through, the connection string I've successfully used with ADO is this:
>
>
>ConnectionString = "Provider=PostgreSQL.1;data source=12.0.34.89;location=mydatabase;
User ID=myid;Password=mypassword"
>
>
>however if I use this with
>
>
>han = SQLStringConnect(ConnectionString)
>
>
>I get the dialogue box prompting me for a DSN, any ideas ? is this possible ?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform