I use the tipical ado jet con and vb6 classic.
To understand...
when i open a table to addnew records is required to open the table with rs.cursorlocation=server or not?
similar:
Set RS = New ADODB.Recordset
RS.CursorLocation = adUseServer
RS.Open "[" & TABELLA & "]", CONN, 3, 3, adCmdTable
To understand...
when i open a table to addnew records is required to open the table with rs.cursorlocation=server or not?
similar:
Set RS = New ADODB.Recordset
RS.CursorLocation = adUseServer
RS.Open "[" & TABELLA & "]", CONN, 3, 3, adCmdTable