J
John
I am trying to understand what the difference between using new
OleDbDataadapter(sqlString, dbConn) or new OleDbDataAdapter(sqlString,
connString). How is the connection open on the second constructor and when
is the connection is closed?
Thanks
OleDbDataadapter(sqlString, dbConn) or new OleDbDataAdapter(sqlString,
connString). How is the connection open on the second constructor and when
is the connection is closed?
Thanks