Обсуждение: isAutoIncrement and Postgres

Поиск
Список
Период
Сортировка

isAutoIncrement and Postgres

От
john@eagleinfosystems.com (jm)
Дата:
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

Re: isAutoIncrement and Postgres

От
Josh Berkus
Дата:
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


Re: isAutoIncrement and Postgres

От
Jean-Luc Lachance
Дата:
Are you looking for SERIAL data type?



Josh Berkus wrote:
>
> 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

Re: isAutoIncrement and Postgres

От
john@eagleinfosystems.com (jm)
Дата:
> 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

Re: isAutoIncrement and Postgres

От
john@eagleinfosystems.com (jm)
Дата:
> 
> > Do any existing drivers / database version combinations support the
> > isAutoIncrement method?
> 
> What programming language are you referring to?  VB?  Delphi?
> 

Java / JDBC


Re: isAutoIncrement and Postgres

От
"Josh Berkus"
Дата:
John,

> > > Do any existing drivers / database version combinations support
> the
> > > isAutoIncrement method?
> > 
> > What programming language are you referring to?  VB?  Delphi?
> > 
> 
> Java / JDBC

In that case, post your question on pgsql-JDBC@postgresql.org.   You
are unlikely to get an answer on this list.

-Josh Berkus