Good day to all,
After users enter data into textboxes and the data are captured into the database as new records in a table, is there any way to auto generate a primary key in the database from ASP scripts?
Note: Primary key is not entered by users but have to be auto generated.
Must the data type for primary key field in the MS Access database table be "AutoNumber" so the above can happen?
Thanks
After users enter data into textboxes and the data are captured into the database as new records in a table, is there any way to auto generate a primary key in the database from ASP scripts?
Note: Primary key is not entered by users but have to be auto generated.
Must the data type for primary key field in the MS Access database table be "AutoNumber" so the above can happen?
Thanks