Board index » delphi » random errors with ado and ms access
dmjsky
![]() Delphi Developer |
Wed, 13 Jul 2005 07:53:12 GMT
random errors with ado and ms access
Hi
I have an application that runs on Win 98, MS Access 2000 and a Delphi 6 based program. The program uses ADOConnection, ADoTable and ADOquery components. Most settings i have left to there default values. Just recently we have been getting a large percentage of random errors: The database opens fine in Access and to my knowledge hasn't changed, I don't have exception handling in some routines, for example: So my questions are: Should i have try/except on every database instruction? ie What sort of things should i be doing in the 'except' part of my program? Can i just increase the value for connectionTimout/commandTimout properties Could any of the other properties be set incorrectly and thus cause these Many thanks for any help given, its driving me barmy :( Pete |