I would like to use the auto generated ID from my query.
How I can achieve that. The id in this query is auto generated and I would like to use it in my next query
Thank you
string queryCategory = string.Format("INSERT INTO RecipeCategory VALUES('{0}')", category);
Go to the complete details ...