Enter Keywords:
1 - 10 of 109(0 seconds)
Sort By:
 
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...
Zones: DatabasesDate Answered: 08/28/1998 Rating: 6.4 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...
Zones: Delphi ProgrammingDate Answered: 08/10/1999 Rating: 8.0 Views: 0
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...
Zones: OracleDate Answered: 07/12/2000 Rating: 7.6 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...
Zones: PHPDate Answered: 03/28/2005 Rating: 8.2 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...
Zones: MySQL ServerDate Answered: 09/05/2005 Rating: 9.6 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 ...
Zones: MS AccessDate Answered: 02/04/2006 Rating: 9.0 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...
Zones: Delphi ProgrammingDate Answered: 11/12/1997 Rating: 7.6 Views: 0
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 ...
Zones: MS AccessDate Answered: 02/05/1999 Rating: 8.6 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 ...
Zones: Delphi ProgrammingDate Answered: 03/04/2002 Rating: 7.6 Views: 0
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?
Zones: Delphi ProgrammingDate Answered: 07/14/2001 Rating: 6.8 Views: 0