VB and ODBC: found

From: Sbragion Denis <infotecn(at)tin(dot)it>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: VB and ODBC: found
Date: 1998-04-27 10:08:50
Message-ID: 3.0.5.32.19980427120850.007e6320@MBox.InfoTecna.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

after a fast look I found a reference in the MS knowledge base:

http://support.microsoft.com/support/kb/articles/q109/8/00.asp

little excerpt:

Before you can edit an external ODBC table, the table must contain a unique
index. If you get the following error message, you might not have a unique
index on the table:

Can't perform operation; it is illegal.

You could also receive this error if the Data1.Recordset.Updatable flag is
not set to True. Also, if you set the Data1.Options property to 64
(SQL_PASSTHROUGH), the data control will not be updatable.

Hope it helps.

Bye !

Dr. Sbragion Denis
InfoTecna
Tel, Fax: +39 39 2324054
URL: http://space.tin.it/internet/dsbragio

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Hartwig 1998-04-27 12:00:57 Re: [INTERFACES] graphic-objects
Previous Message Sbragion Denis 1998-04-27 09:55:23 VB and ODBC