K
Kathy Sedro
Hello,
I am using the Microsoft.Jet.OLEDB.4.0 provider with an
Access database. My C++ program contains the following
where m_pTransaction is an ITransactionLocal:
hr = m_pTransaction->StartTransaction(
ISOLATIONLEVEL_READCOMMITTED, 0, NULL, NULL );
I am using the Microsoft.Jet.OLEDB.4.0 provider with an
Access database. My C++ program contains the following
where m_pTransaction is an ITransactionLocal:
hr = m_pTransaction->StartTransaction(
ISOLATIONLEVEL_READCOMMITTED, 0, NULL, NULL );