Advertisement

1 - 10 of 107 containing alltags:("auto_increment") (0.001 seconds)
I need to create a table with an auto-increment column.  e.g. myTable.idCol Is this an option and if not, what code do I need in what trigger
Zones: OracleDate Answered: 07/13/1999 Grade: A Views: 24
How would I do this? (Code please) 1.  I am using Access 97, I have field call DocID which is a auto increment field. 2. I would like to store the 'TNG-99-' in front of DocID in the database fi...
Zones: Delphi ProgrammingDate Answered: 08/26/1999 Grade: A Views: 0
Hi, I have a test table with 3 collumns named RecordID Identity(1,1) (int), ParentID(references RecordID) (int, null), and Data (just to insert to, it is a char datatype). The ParentID colum...
Zones: MS SQL ServerDate Answered: 09/13/2001 Grade: A Views: 0
i am using auto increment to set my primary key in a table, but when i delete a record i end up with a missing number. eg: 1,2,3,4,6,7,8,9 -where i have deleted the 5th record. is there...
Zones: MySQL ServerDate Answered: 07/09/2002 Grade: B Views: 0
I'm making a database to generate Purchase Order numbers. I want the numbers to start with 03-0001 and increment up (ie. 03-0002, 03-0003...). After a certain date (each year) I would like the auto...
Zones: MS AccessDate Answered: 11/07/2002 Grade: B Views: 0
hi, i want a column serial no. insert into table with auto increment. please tell me the syntax of this new field.
Zones: MySQL ServerDate Answered: 10/29/2004 Grade: A Views: 0
Auto_increment for example i have product_no is as primary key and i would like to auto incremant that values automatically prod_no INT(13) PRIMARY KEY AUTO_INCREMENT but i would like to inc...
Zones: MySQL ServerDate Answered: 10/04/2003 Grade: A Views: 0
Hi Experts, How do I check the OrderID that is auto incremented upon inserting customerid? I have the following code that inserts a customerid into Orders table. <html> <head> <title>Ord...
Zones: ASPDate Answered: 01/23/2004 Grade: A Views: 0
Im using IB expert with firebird , how can I make  An integer  field auto Increment (in details please) ?
Zones: Delphi ProgrammingDate Answered: 04/07/2004 Grade: A Views: 0
How do you make a primary key auto increment in an allready existing table with data that does not have it set.
Zones: MS SQL ServerDate Answered: 06/24/2004 Grade: A Views: 0