F
fniles
To do a connection pooling for MS Access using OleDBConnection, do I need to
include OLE DB Services=-1 in the connection string ?
What will the connection string be for connection pooling for MS Access
using OleDBConnection ?
Thank you.
ConnectionDemoOLE = New OleDb.OleDbConnection
sPath = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & sDBPath & ";OLE DB
Services=-1"
With ConnectionDemoOLE
.ConnectionString = sPath
.Open()
include OLE DB Services=-1 in the connection string ?
What will the connection string be for connection pooling for MS Access
using OleDBConnection ?
Thank you.
ConnectionDemoOLE = New OleDb.OleDbConnection
sPath = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & sDBPath & ";OLE DB
Services=-1"
With ConnectionDemoOLE
.ConnectionString = sPath
.Open()