Not sure where to post this matter. I have been debugging on a problem for 2 days now.
Situation: (step)
1) Inserting data to database
2) No error had occurred and returned last inserted Id
(For example, first record inserted return 1 as (last id). Next record inserted return 2 as (last id).)
Everything seems fine, but there is no record really been inserted into the table.
Checked- databse connection string is right and correct table name.
What are the possible matter with this? Any idea
Thank You.
Go to the complete details ...