Re: moveToInsertRow SQL Exception "No Primary Keys"
От
Dave Cramer
Тема
Re: moveToInsertRow SQL Exception "No Primary Keys"
Дата
Msg-id
1044491167.1121.159.camel@inspiron.cramers
Ответ на
moveToInsertRow SQL Exception "No Primary Keys" (jr@amanue.com (Jim Rosenberg))
Список
Дерево обсуждения
moveToInsertRow SQL Exception "No Primary Keys" jr@amanue.com (Jim Rosenberg)
Re: moveToInsertRow SQL Exception "No Primary Keys" Dave Cramer <Dave@micro-automation.net>
Re: moveToInsertRow SQL Exception "No Primary Keys" Dave Cramer <Dave@micro-automation.net>
Re: moveToInsertRow SQL Exception "No Primary Keys" Dave Cramer <Dave@micro-automation.net>
Re: moveToInsertRow SQL Exception "No Primary Keys" jr@amanue.com (Jim Rosenberg)
Re: moveToInsertRow SQL Exception "No Primary Keys" Barry Lind <blind@xythos.com>
Jim, Using the current cvs HEAD and creating the table as follows create table coffees (cof_name char(32) not null primary key, sup_id int, price double precision, sales int, total int); your code works fine. the output is Boo1 Boo2 Table COFFEES after insertion: Kona 150 10.99 0 0 Dave -- Dave Cramer
В списке pgsql-jdbc по дате отправления