MYRTOS
MIS
- Sep 16, 2005
- 4
I connect via VB6:
[Set cnW = New ADODB.Connection
cnW.CursorLocation = adUseClient
cnW.Provider = "Microsoft.Jet.OLEDB.4.0"
cnW.Open w.MDB]
When I do intensive update to Access, the MDB size increases 3 times more (bit less) than its actuall size.
The problem is when the shrinked MDB size is 800 MB. Then during the update, adding etc it hits the limit of 2GB and bum...!
COULD ANYONE EXPLAIN WHY SO MUCH SPACE?
[Set cnW = New ADODB.Connection
cnW.CursorLocation = adUseClient
cnW.Provider = "Microsoft.Jet.OLEDB.4.0"
cnW.Open w.MDB]
When I do intensive update to Access, the MDB size increases 3 times more (bit less) than its actuall size.
The problem is when the shrinked MDB size is 800 MB. Then during the update, adding etc it hits the limit of 2GB and bum...!
COULD ANYONE EXPLAIN WHY SO MUCH SPACE?