Re: moveToInsertRow SQL Exception "No Primary Keys"

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: moveToInsertRow SQL Exception "No Primary Keys"
Дата
Msg-id 1044491502.1792.162.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Re: moveToInsertRow SQL Exception "No Primary Keys"  (Dave Cramer <Dave@micro-automation.net>)
Ответы Re: moveToInsertRow SQL Exception "No Primary Keys"
Список pgsql-jdbc
Further more, creating the table exactly as you have it, also works


Dave
On Wed, 2003-02-05 at 19:26, Dave Cramer wrote:
> 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 <Dave@micro-automation.net>


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: moveToInsertRow SQL Exception "No Primary Keys"
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Connection pooling problems