Date: 07/01/00
- Previous message: Adam Thompson: "Re: [phplib] database abstraction"
- Maybe in reply to: Jeff Kolber: "[phplib] database abstraction"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>Oracle *does* support the notion of an auto-increment column. If you're
>still working in Oracle 7, you'll have to create a helper SEQUENCE
>object, and then tie them together using PL/SQL. Oracle 7.3.something
>made this a little more transparent. AFAIK, 8i supports it explicitly.
I should have clarified that Oracle can do the equivalent of
"auto_increment" columns, although you must use a SEQUENCE to do it. My
point was that the programming will need to change to take this into
account.
Carl Youngblood
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Previous message: Adam Thompson: "Re: [phplib] database abstraction"
- Maybe in reply to: Jeff Kolber: "[phplib] database abstraction"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

