This topic is locked

AutoNumber

3/7/2006 11:03:00 PM
PHPRunner General questions
R
renegadekn author

Is there a way to make one of the fields in a table an autonumber that increments with each new record?

I didn't see that as an option.

O
obscura2k 3/8/2006

The option is on the database source page. When creating your fields in a table, the Autooincrement option is in the top right from a drop down menu. Simply select which field which you want to auto-increment
hope that helps

cheers

Sergey Kornilov admin 3/8/2006

If you use third party tool to create database tables there is an option to make field autonumber.

In MySQL make field INT AUTOINCREMENT, in MS Access make this field Autonumber etc.