mysql question

i know that this might not be the place to ask this question but please help....

i had an access table that i converted to a mysql table...this table have a field called cust_id that is of INT type and that was auto incremented by access... how can i achieve the same effect in mysql every time i add something to the table?

please help

thanks in advance

[379 byte] By [bif_fa] at [2007-11-27 5:34:55]
# 1
I also think that is not the correct place...search the documentation for "AUTO_INCREMENT" (or something like that)[]
S_i_m_ua at 2007-7-12 15:03:25 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Here is the MySQL manual, you might find it useful. http://dev.mysql.com/doc/refman/5.0/en/
BalusCa at 2007-7-12 15:03:25 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
Using the AUTO_INCREMENT option
javamonka at 2007-7-12 15:03:25 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...