Re: VB ADODB .Open failing

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: VB ADODB .Open failing
Дата
Msg-id 597066.69415.qm@web31806.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на VB ADODB .Open failing  (Finn Lassen <dcio@AxiomInt.com>)
Ответы Normalization tools for postgres?  (Dane Springmeyer <blake@hailmail.net>)
Список pgsql-general
--- On Tue, 11/20/07, Finn Lassen <dcio@AxiomInt.com> wrote:
> Here is a VB code snippet:
>     Dim dbOut As ADODB.Connection
>     Dim rsOut As ADODB.Recordset
>     Set dbOut = New ADODB.Connection
>     Set rsOut = New ADODB.Recordset
>         .ConnectionString = "Driver={PostgreSQL
> ANSI};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=none;"

> Should I have created the table "Contact1" WITH
> OIDS ?

I wonder if this is a problem with the way your ODBC driver is configured.   If it is a problem with your ODBC driver
configuration,you might also try posting to the PostgreSQL-ODBC mailing list.  

Also, why did you choose the ANSI driver over the Unicode driver?

Regards,
Richard Broersma Jr.

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: possible to create multivalued index from xpath() results in 8.3?
Следующее
От: Reg Me Please
Дата:
Сообщение: MAybe a FAQ