Search Postgresql Archives

Re: VB ADODB .Open failing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- On Tue, 11/20/07, Finn Lassen <dcio@xxxxxxxxxxxx> 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.

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your
       message can get through to the mailing list cleanly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux