I have an asp.net project with sql backend.
I generate auto number using the code which has been given already, but it shown an error caused by giving the line in my code:
The error is...
I generate auto number using the code which has been given already, but it shown an error caused by giving the line in my code:
Code:
"Select @@identity;" in
Keyword, identifier, or string expected after verbatim specifier: @
Comment