From: | Evil Azrael <EvilAzrael(at)EvilAzrael(dot)de> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: ODBC-Problem |
Date: | 2001-01-01 13:01:03 |
Message-ID: | 3A507F8E.E0D3D5B9@EvilAzrael.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
ok, i got a solution myself. i mistyped one tablename and wrote the
initial letter lower-case and it worked via odbc, even if i wroted the
name uppercase in VB. hm, that´s strange, should i post this behavior to
the bugs-mailinglist or is that behavior okay?
Christoph Nelles
Evil Azrael wrote:
>
> HI
>
> I have just moved my old MS Access Database to a postgres database via
> odbc. all went okay, and i can access the database in MS Access via
> ODBC. Only a Client programm that i wrote can´t access the database
> anymore via ODBC. The Visual BAsic Database programm says that the
> database itself is updateable, but the tables in it aren´t updateable,
> and all tries to connect to a table in VB via the OpenRecordset method
> fail with the error message "parse error near [name of the table]" or VB
> tells that it´s a connection error.
> That´s weird.
> MS Access has no problems connecting and writing to the database.
> VB´s Visual Database Manager can connect to the database, but can only
> read tables.
> MY VB programm can´t even connect to the tables, but it worked quite
> good via ODBC to the Access Database.
>
> I don´t know what i can anymore, so please help if you know a solution.
>
> Christoph Nelles
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-01-02 03:56:52 | Re: PHP and PostgreSQL |
Previous Message | Evil Azrael | 2001-01-01 03:49:52 | ODBC-Problem |