Re: [INTERFACES] win98 odbc problem?

From: Denis Sbragion <sbragion(at)email(dot)com>
To: JT Kirkpatrick <jt-kirkpatrick(at)mpsllc(dot)com>, "'pgsql-interfaces(at)hub(dot)org'" <pgsql-interfaces(at)hub(dot)org>
Cc: Delain Huggins <Windows/ADMIN/HugginsD(at)mpsllc(dot)com>
Subject: Re: [INTERFACES] win98 odbc problem?
Date: 1999-04-24 08:50:44
Message-ID: 3.0.6.32.19990424105044.035c8ec0@MBox.InfoTecna.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Denis
InfoTecna
Tel, Fax: +39 039 2324054
URL: http://infotecna.home.dhs.org

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1999-04-24 15:23:35 Re: [INTERFACES] Comment in ECPG - again
Previous Message Jon Barnett 1999-04-24 00:45:34 RE: [INTERFACES] JDBC next() method