Search results

  1. C

    Access 2007 - System Resource Exceeded

    Hi all, Any idea why the following would cause error 3035, System Resource Exceeded? It's not joining more than 16 tables, and doesn't have any kind of where clause, so the KB article on this error doesn't apply. The db isn't more than 2GB, which is where this call has sometimes failed...
  2. C

    TransferText Method Imports All Data Into One Column

    Hi all, Has anyone seen or resolved this kind of behaviour? I'm importing semi-colon delimited files into an Access db with VBA. I'm using a schema.ini, e.g. [apps.txt] CharacterSet = ANSI ColNameHeader = True Format = Delimited( ; ) MaxScanRows=0 [EDIT: The delimiter shows up as a...
Back
Top Bottom