Insert fails from VB only when table is empty...?

Поиск
Список
Период
Сортировка
От LaBranche, Kevin
Тема Insert fails from VB only when table is empty...?
Дата
Msg-id 2A0342ED68CDD41191EF00034708357CB7DC33@KACHINA
обсуждение исходный текст
Ответы Re: Insert fails from VB only when table is empty...?  ("Hiroshi Inoue" <inoue@tpf.co.jp>)
Список pgsql-odbc

I am brand new to pgsql... J  I have a VB program inserting records into a fairly simple table (without a PK) and I notice that when the table is empty I get a "row out of range" error.  This only happens when the table is empty.  If I insert a record from psql then run the program everything is fine.  Any ideas as to what may be wrong?

 

I am using ADO to connect and recordset.addnew / recordset.update to insert records.

 

Thanks,

Kevin

 

 

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

Предыдущее
От: "Booth, Robert"
Дата:
Сообщение: Access problems
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: Insert fails from VB only when table is empty...?