How to get a connection and hold it using DAAB?
I have a task ahead of me that requires the use of local temporary tables.
For performance reasons I can't use transactions.
Temporary tables much like transactions require that all queries must come
from one connection which must not be closed or reset. How can I
accomplish this using Enterprise library data access application block?
No comments:
Post a Comment