HELLO!!!
is it possible to work with disconnected recordset in
Access project (ADP)???
When I write Set Rs.ActiveConnection = Nothing
and then
Set Rs.ActiveConnection = CurrentProject.Connection
Rs.UpdateBatch
the table in the SQL Server are NOT update
Are there any other ways to solve this problem ?
Thanks in advance !
is it possible to work with disconnected recordset in
Access project (ADP)???
When I write Set Rs.ActiveConnection = Nothing
and then
Set Rs.ActiveConnection = CurrentProject.Connection
Rs.UpdateBatch
the table in the SQL Server are NOT update
Are there any other ways to solve this problem ?
Thanks in advance !