G
Guest
I have a series of 5 DELETE queries one after another using a command object followed by execute non query
No objections are raised when I execute the queries, but it seems like they are not flushed to the db immediately
If I exit the application, the DELETIONS are forced to the db
If I don't exit the application, the next time I insert something into one of the tables, the DELETIONS are forced to the db
I have tried closing the connection after the queries, then reopening but this does not force the queries to go to the db
Any ideas?
No objections are raised when I execute the queries, but it seems like they are not flushed to the db immediately
If I exit the application, the DELETIONS are forced to the db
If I don't exit the application, the next time I insert something into one of the tables, the DELETIONS are forced to the db
I have tried closing the connection after the queries, then reopening but this does not force the queries to go to the db
Any ideas?