Re: Postgre and Visual Basic

Поиск
Список
Период
Сортировка
От Tim Clarke
Тема Re: Postgre and Visual Basic
Дата
Msg-id 44D9FC40FD695B4E85F1C59965C27E0FAA4DED@man3.free2.local
обсуждение исходный текст
Ответ на Postgre and Visual Basic  (dodol garut <jangkaru80@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: dodol garut
Дата:
Сообщение: Postgre and Visual Basic
Следующее
От: "Adnan DURSUN"
Дата:
Сообщение: Re: Postgre and Visual Basic