March 17th, 2004, 08:59 PM
-
how to create column as AUTO_INCREMENT in Firebird SQL?
new to Firebird.
anybody can suggest me some website to get some resources for firebird?
thanks a lot.
March 18th, 2004, 03:00 AM
-
Hi,
One website with tons of info - although a bit hard to find here and there - is www.ibphoenix.com
As for auto-increment:
Firebird doesn't have it. It does have "generators" though, that can generate unique numbers but aren't tied to a table or anything.
For starters, download yourself the InterBase 6 documentation (the basis of Firebird) and the Firebird 1.5 release notes to get up-to-date.
If you have any specific questions, feel free to ask.
Martijn Tonies
Database Workbench: developer IDE for Firebird, MySQL, InterBase, MSSQL Server and Oracle
Upscene Productions
http://www.upscene.com
March 20th, 2004, 12:00 PM
-
Last edited by mariuz; March 20th, 2004 at 12:16 PM.