K
Kirti
Hi,
Wanted to know if I can have multiple transactions over the same
connection.
I am planning to have only one connection object in my application.
For multiple users I want to begin different transctions over the same
connection. I would be storing the transaction objects by userid in a
hashtable. All the methods would then take in the userid and also know
the right transaction object to be associated to the command object.
Would this work.. ??
I do not think the transactions would be nested..as do not know what
each user might do..
Thanks in advance.
Wanted to know if I can have multiple transactions over the same
connection.
I am planning to have only one connection object in my application.
For multiple users I want to begin different transctions over the same
connection. I would be storing the transaction objects by userid in a
hashtable. All the methods would then take in the userid and also know
the right transaction object to be associated to the command object.
Would this work.. ??
I do not think the transactions would be nested..as do not know what
each user might do..
Thanks in advance.