hello everyone,
dear, i want to get my all database records with auto number (ID),
For example:
In Microsoft Access, to get Automatic Number Insertion, we create fields such as;
[ FieldName---DataType
ID ------- ------- AutoNumber
Through this we get all our records in Access database in automat.
Likewise, i want to apply same thing to SQL database Table, will it work?
or is there any other DataType to be write instead of AutoNumber.
let me know plzzzzzzzz
dear, i want to get my all database records with auto number (ID),
For example:
In Microsoft Access, to get Automatic Number Insertion, we create fields such as;
[ FieldName---DataType
ID ------- ------- AutoNumber
Through this we get all our records in Access database in automat.
Likewise, i want to apply same thing to SQL database Table, will it work?
or is there any other DataType to be write instead of AutoNumber.
let me know plzzzzzzzz
Comment