I'm trying to find out what limits the are on datatypes on: Oracle, Informix, Sybase, DB2, SQL-Server.
Oracle dosen't have an autoincrement type, but uses sequences. Informix has the serial dataty...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10076095.html
Zones:
DatabasesDate Answered: 08/28/1998 Grade: C Views: 0
Hi,
I'm thinking of purchasing Halcyon 6.
Can some one please tell me the following:
1) Does Halcyon support autoincrement fields?
1.1) If it doesn't, how can I simulate an auto_increment field...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10192632.html
i have create a table, a sequence and a trigger to use an autoincrement column:
Table:
create table schema1.Document (
NumDoc Number,
NumProj char(10));
Sequence:
create sequence schema1.auto...
http://www.experts-exchange.com/Database/Oracle/Q_10673541.html
Zones:
OracleDate Answered: 07/12/2000 Grade: A Views: 0
Hello
I have two fields, one "studentID" which is autoincrement and the other is "bookerID" in the same table. When the person is a student and books themself onto the course, the value will be...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21366532.htm...
Zones:
PHPDate Answered: 03/28/2005 Grade: A Views: 0
Hi everyone,
I am programming in C# and interfacing with MySQL DB. I always set my tables' Primary Keys to an unsigned int as oppossed to the default signed int purely because I'm never going t...
http://www.experts-exchange.com/Database/MySQL/Q_21543315.html
Zones:
MySQL ServerDate Answered: 09/05/2005 Grade: A Views: 0
in this code below if I comment (disbale ) the following lines:
'.Columns("custnumber").ParentCatalog = currcat
'.Columns("custnumber").Properties("autoincrement") = True
I still can create a ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21723995.html
Zones:
MS AccessDate Answered: 02/04/2006 Grade: B Views: 0
These questions relate to Delphi3 with SQL Anywhere.
1. Using tables with autoIncrement fields. After insert/post the value assigned to the autoIncrement field is not available. To get it I need to...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10028385.html
currently i have a field that is the year and a four digit code ie. (1999)5263
is there anyway to auto increment the last 4 numbers by one for each new record also this series will have to remain ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10124678.html
Zones:
MS AccessDate Answered: 02/05/1999 Grade: A Views: 0
In D4, I have 3 Access tables that I am importing records to from the data files of a DOS version of the program I'm working on. The DOS version data files are BP TurboVision collections streamed ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10221148.html
OK I have this database (tables, indexes, etc) wich was made in FoxPro. Now I'm working in delphi with them, and I need some fields to be autoincremented. How do I do this?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11870458.html