Re: [INTERFACES] win98 odbc problem?

Поиск
Список
Период
Сортировка
От Denis Sbragion
Тема Re: [INTERFACES] win98 odbc problem?
Дата
Msg-id 3.0.6.32.19990424105044.035c8ec0@MBox.InfoTecna.com
обсуждение исходный текст
Ответ на win98 odbc problem?  (JT Kirkpatrick <jt-kirkpatrick@mpsllc.com>)
Список pgsql-interfaces
Hello,

At 15.37 23/04/99 -0400, you wrote:
>I have two databases, oidetail and dispnotes:
>Create table oidetail (
>    Autoinv int4 not null,
>    Partnum char(6) not null check (partnum<>' '),
...
>    Oldrtrn bool default 1,
>    Oldrtrndt date
>    Constraint ssmsoidetail foreign key (autoinv) references ssms);

it looks like this table doesn't have a primary key. Access, and VB and any
other Microsoft program that uses the MS Jet DB Engine, doesn't let you add
records on a table that doesn't have at least one unique index on it.

Bye!
--Sbragion DenisInfoTecnaTel, Fax: +39 039 2324054URL: http://infotecna.home.dhs.org


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

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [INTERFACES] JDBC next() method
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [INTERFACES] ecpg cursors and scope