From: | "Chad Thompson" <chad(at)weblinkservices(dot)com> |
---|---|
To: | "LaBranche, Kevin" <klabranche(at)co(dot)coconino(dot)az(dot)us>, <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Insert fails from VB only when table is empty...? |
Date: | 2003-03-28 19:56:30 |
Message-ID: | 06d501c2f564$20cce9b0$32021aac@chad |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
what SQL statement are you using?
Are you connecting via OdbcConnection?
Chad
----- Original Message -----
From: LaBranche, Kevin
To: 'pgsql-novice(at)postgresql(dot)org'
Sent: Friday, March 28, 2003 12:48 PM
Subject: [NOVICE] Insert fails from VB only when table is empty...?
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?
Thanks,
Kevin
From | Date | Subject | |
---|---|---|---|
Next Message | brew | 2003-03-28 20:02:12 | Re: Insert fails from VB only when table is empty...? |
Previous Message | LaBranche, Kevin | 2003-03-28 19:48:21 | Insert fails from VB only when table is empty...? |