Has anyone accessed postgresql in linux from VB code - Mailing list pgsql-odbc

From Minal
Subject Has anyone accessed postgresql in linux from VB code
Date
Msg-id 42D75535.6010403@yes2etl.com
Whole thread Raw
Responses Re: Has anyone accessed postgresql in linux from VB code
List pgsql-odbc
Has anyone accessed postgresql in linux from VB code???
I have added the following code..

Dim MyDB As New ADODB.Connection
Dim Rc As New ADODB.Recordset
Private Sub Command1_Click()


MyDB.Provider = "PostgreSQL"

MyDB.CursorLocation = adUseClient
'MyDB.Open "Data Source=10.1.2.86;Location=trainneedcorp;'db_admin','admin'"
MyDB.Open "DRIVER={postgresql};DATABASE=trainneedcorp;Data
Source=10.1.2.86;PORT=5432;UID=db_admin;PWD=admin;"
End Sub

I am getting the error
"No postgresql username specified in startup package"

Minal

pgsql-odbc by date:

Previous
From: Minal
Date:
Subject: Help needed
Next
From: "Anoop Kumar"
Date:
Subject: Fix for the 'null value' bug