RE: [INTERFACES] Oops. Forgot log and source....

Поиск
Список
Период
Сортировка
От Ansley, Michael
Тема RE: [INTERFACES] Oops. Forgot log and source....
Дата
Msg-id 1BF7C7482189D211B03F00805F8527F70ED044@S-NATH-EXCH2
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] JDBC driver question
Следующее
От: "Wenhao Meng"
Дата:
Сообщение: