java coding
Java
2
Posts
2
Posters
0
Views
1
Watching
-
I write a code for automatic ID generated. But If somebody deleted the Id for example I have three ID i.e. 001,002, 003. If somebody deleted 002 so when we add the id is generated 004 but I want the ID is generated 002. Please tell me thanx in advance.
-
I write a code for automatic ID generated. But If somebody deleted the Id for example I have three ID i.e. 001,002, 003. If somebody deleted 002 so when we add the id is generated 004 but I want the ID is generated 002. Please tell me thanx in advance.
http://doc.ddart.net/mssql/sql70/dbcc\_5.htm Read about this Extra resource http://www.h2database.com/html/main.html This contains SQL grammar for most queries. Regards