Re: RE: ODBC-Problem

Поиск
Список
Период
Сортировка
От Adam Lang
Тема Re: RE: ODBC-Problem
Дата
Msg-id 006e01c0758d$af569720$330a0a0a@6014cwpza006
обсуждение исходный текст
Ответ на RE: ODBC-Problem  (Michael Davis <mdavis@sevainc.com>)
Список pgsql-interfaces
Also, make sure the ODBC driver for postgres is set for updating.  By
default it is read only.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Michael Davis" <mdavis@sevainc.com>
To: <pgsql-interfaces@postgresql.org>
Sent: Tuesday, January 02, 2001 7:54 PM
Subject: [INTERFACES] RE: ODBC-Problem


> Add a primary key index to the tables that you want to be able to update.
>  Access relies on the primary key for a lot of things.  I recommend you
add
> a primary key to all postgres tables.
>
> -----Original Message-----
> From: Evil Azrael [SMTP:EvilAzrael@EvilAzrael.de]
> Sent: Sunday, December 31, 2000 8:50 PM
> To: pgsql-interfaces@postgresql.org
> Subject: ODBC-Problem
>
> 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



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

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: Re: Re: PHP and PostgreSQL
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Re: plpgsql help - nested loops