G
Guest
Hi,
I am trying to do the following in ADO.net using C#.
I need to do an update, select, update statement as a single unit using the
same DB connection. Is that possible?
The database doesn’t support stored procedures/functions.
I also want to make sure that it is locked while doing all these operations
as a unit.
Any ideas/code examples would be great.
Thanks
I am trying to do the following in ADO.net using C#.
I need to do an update, select, update statement as a single unit using the
same DB connection. Is that possible?
The database doesn’t support stored procedures/functions.
I also want to make sure that it is locked while doing all these operations
as a unit.
Any ideas/code examples would be great.
Thanks