![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i have one big table with many records. I want to use one "append only" recordset with the oledbprovider. When i open the recordset, this take long time. Have someone information to open the recordset in append only mode ? With jet ole db, throught one link in access database, it's work fine but i want to use the oledb provider. 'in access, the Mvt.Properties("Append-Only Rowset") = True work fine but not with the sqloledb provider Set DB = New ADODB.Connection DB.Open "provider=sqloledb;Connect Timeout=15;Persist Security Info=False;database=mar;server=guy\visual", "sa", "" Set Mvt = New ADODB.Recordset Mvt.ActiveConnection = DB ' Mvt.Properties("Append-Only Rowset") = True Mvt.Open "mvtstock", , adOpenKeyset, adLockPessimistic |
![]() |
| Thread Tools | |
| Display Modes | |
| |