Re: Postgre and Visual Basic - Mailing list pgsql-odbc

From Tim Clarke
Subject Re: Postgre and Visual Basic
Date
Msg-id 44D9FC40FD695B4E85F1C59965C27E0FAA4DED@man3.free2.local
Whole thread Raw
In response to Postgre and Visual Basic  (dodol garut <jangkaru80@yahoo.com>)
List pgsql-odbc
Are you having trouble connecting from VB? I have declared and ODBC DSN
"pgresearch" via ADO and used that:



  Dim gcnResearch As ADODB.Connection
  Dim rsUId As ADODB.Recordset

' open the database
  Set gcnResearch = New ADODB.Connection
  With gcnResearch
    .ConnectionString = "dsn=pgresearch"
    .Properties("User ID") = txtUsername
    .Properties("Password") = txtPassword
    .Open
  End With



Tim Clarke

-----Original Message-----
From: pgsql-odbc-owner@postgresql.org
[mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of dodol garut
Sent: 07 March 2006 14:48
To: pgsql-odbc@postgresql.org
Subject: [ODBC] Postgre and Visual Basic


i need a sample of Visual Basic Project with PostgreSQL, anyone can help
me?
Trim's

ERIS RISO
Indonesia
Send instant messages to your online friends
http://uk.messenger.yahoo.com

pgsql-odbc by date:

Previous
From: dodol garut
Date:
Subject: Postgre and Visual Basic
Next
From: "Adnan DURSUN"
Date:
Subject: Re: Postgre and Visual Basic