G
Grant
I am using MySqlCommand which I am sure it is the same as SqlCommand. I
have a column in the table that auto increment when a record is added into
the table. How can I execute an insert statement into a table and get the
new id number that auto increment at the same time.
Thanks.
have a column in the table that auto increment when a record is added into
the table. How can I execute an insert statement into a table and get the
new id number that auto increment at the same time.
Thanks.