ODBC + pgsql on win32

ODBC + pgsql on win32

am 04.05.2005 03:55:58 von weigelt

Hi folks,

i'm trying to use an odbc-based win32 application (biet-o-matic)
with postgresql. (afaik its written in vb)
I've installed the latest odbc driver and set up an datasource
(in fact an user-dsn and an system-dsn), and of course created
user + database for the app.

The application wants to know provider-string, dbname, dbuser, ..
As provider string i've tried the dsn's as well as the driver
name (PostgreSQL), but this didnt work: the application shouts
out that the provider string could not be found.

What am I doing wrong ?


thx
--
------------------------------------------------------------ ---------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact@metux.de
------------------------------------------------------------ ---------
Realtime Forex/Stock Exchange trading powered by postgresSQL :))
http://www.fxignal.net/
------------------------------------------------------------ ---------

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Re: ODBC + pgsql on win32

am 04.05.2005 12:16:19 von daleedom

I don't claim to be an export in this area, but here is how I am doing things:

ADO connection snipit:

Set oTargetConn = New ADODB.Connection
oTargetConn.ConnectionString = "DRIVER={PostgreSQL};" _
& "SERVER=" & Me.txtHost & ";" _
& "UID=" & Me.txtLogin & ";" _
& "PWD=" & Me.txtPassword & ";" _
& "PORT=" & Me.txtPort & ";" _
& "Database=" & Me.txtDatabase & ";"

I specifically tried to avoid using a defined ODBC definition. Also I am
not using bound controls in my application so I don't do anything with the
built in vb data objects.

Enthusiastically,

Dave Leedom

At 09:55 PM 5/3/2005, Enrico Weigelt wrote:

>Hi folks,
>
>i'm trying to use an odbc-based win32 application (biet-o-matic)
>with postgresql. (afaik its written in vb)
>I've installed the latest odbc driver and set up an datasource
>(in fact an user-dsn and an system-dsn), and of course created
>user + database for the app.
>
>The application wants to know provider-string, dbname, dbuser, ..
>As provider string i've tried the dsn's as well as the driver
>name (PostgreSQL), but this didnt work: the application shouts
>out that the provider string could not be found.
>
>What am I doing wrong ?
>
>
>thx
>--
>----------------------------------------------------------- ----------
> Enrico Weigelt == metux IT service
> phone: +49 36207 519931 www: http://www.metux.de/
> fax: +49 36207 519932 email: contact@metux.de
>----------------------------------------------------------- ----------
> Realtime Forex/Stock Exchange trading powered by postgresSQL :))
> http://www.fxignal.net/
>----------------------------------------------------------- ----------
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)



The Hightower Group, Inc.
Custom Software Solutions Designed To Fit Your Business Like A Glove.
165 West Airport Road, Suite B/Lititz, PA 17543
V:717-560-4002, 877-560-4002 x: 114
F:717-560-2825
www.hightowergroup.com


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings