RE: [INTERFACES] Oops. Forgot log and source.... - Mailing list pgsql-interfaces

From Ansley, Michael
Subject RE: [INTERFACES] Oops. Forgot log and source....
Date
Msg-id 1BF7C7482189D211B03F00805F8527F70ED044@S-NATH-EXCH2
Whole thread Raw
List pgsql-interfaces
Check your recordset to make sure that it's not read only, before you try to
insert.  If your query joins across tables, sometimes DAO/RDO/ADO gets
upset.  Also, if you don't select all the key columns, and also if your open
options are not correct.  The thing is, I'm not sure that this is an
updatable query.  It may not be, in which case, you can't open an updatable
cursor on it.

MikeA

Try this...

>>          Set OutRS = RemoteDB.OpenRecordset(Stmt$, dbOpenDynaset, 0,
dbOptimistic)
>>          Cnt = 0
insert>>    Okay = Okay And (OutRS.ReadOnly)
>>          If Okay Then
>>             Do Until InRS.EOF


pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: [INTERFACES] JDBC driver question
Next
From: "Wenhao Meng"
Date:
Subject: