E
Edwin Knoppert
I'm trying to work out a temp table situation for oledb>mdb stuff.
I simulate this using a transaction > rollback in a class (+disposed
implemented and such).
But i can not get me a 2nd instance, it gives me a already open connection
or sort of on my computer.
Of course, i test two seperate connection objects.
How can i do this?
Each class instance set's up an unique connection object, transaction
object, command to create an unique table(name).
Thanks!
I simulate this using a transaction > rollback in a class (+disposed
implemented and such).
But i can not get me a 2nd instance, it gives me a already open connection
or sort of on my computer.
Of course, i test two seperate connection objects.
How can i do this?
Each class instance set's up an unique connection object, transaction
object, command to create an unique table(name).
Thanks!