isAutoIncrement and Postgres

Started by John Menkeover 23 years ago3 messagesgeneral
Jump to latest
#1John Menke
john@eagleinfosystems.com

Do any existing drivers / database version combinations support the
isAutoIncrement method?

If not - does anyone have any suggested workarounds? I am having
problems with
autogenrated INSERTS because I can't detect an AutoIncrement column.

-jm

#2Jean-Luc Lachance
jllachan@nsd.ca
In reply to: John Menke (#1)
Re: [SQL] isAutoIncrement and Postgres

Are you looking for SERIAL data type?

Josh Berkus wrote:

Show quoted text

Jim,

Do any existing drivers / database version combinations support the
isAutoIncrement method?

What programming language are you referring to? VB? Delphi?

--
-Josh Berkus
Aglio Database Solutions
San Francisco

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#3John Menke
john@eagleinfosystems.com
In reply to: John Menke (#1)
Re: isAutoIncrement and Postgres

Do any existing drivers / database version combinations support the
isAutoIncrement method?

The first message didn't specify: I am looking for a Java / JDBC
solution to this problem