I am using MySql with classic asp. And i am inserting data in MySql Database.
I am Using this code to return ID when data is inserted. But it returns 0. so, is there any solution for return ID from MySql Database ?
Insert into table(name,lastname,username) Output Inserted.ID values("abc","def","ghi")
this returns value 0. So, how can i get ?