Exception Error
From: A (mallowsNinetyEight_at_hotmailDOTCom)
Date: 03/18/04
- Next message: Val Mazur: "Re: Passing Parameter Values in code with Adodc Control"
- Previous message: Val Mazur: "Re: Opening a MySQL table using ADODB.Recordset"
- Next in thread: Val Mazur: "Re: Exception Error"
- Reply: Val Mazur: "Re: Exception Error"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 18:11:09 -0800
Hi, all!
I would like to seek your advice on a problem that I just encounted with the application that I am deploying. The application was developed in VB6 and uses ADO to connect to an Access Database.
The application will be installed in a local computer and the access database will be placed in another drive. It uses a text file to contain the connection string that will be used by the program.
I tried installing the program on 3 pcs connected into a network,tested the program, and the application did run perfectly.
However, whenever I keep on deploying it into another pc (Win 2K, SP4), it keeps on generating this error when the main program is run:
===================================================
"<Application name> has generated some errors and will be closed by Windows. You need to restart the program."
===================================================
Windows closes the program. When i tried opening it again, it generated the following error:
===================================================
"The Exception Floating point in exact result (0XC0000008f) occured in location 0x7c59ba9d."
===================================================
Sometimes, it generates this error as well:
===================================================
"Error 3021: 0x800A0BCD
Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record."
===================================================
I've tried checking the code, tried changing the connection strings, and tried checking the database itself, but still the same exception still happens.
Would this type of error be related to registering my components, or on the database itself? Or Neither?
Please Help!
Thanks, all!
--A
- Next message: Val Mazur: "Re: Passing Parameter Values in code with Adodc Control"
- Previous message: Val Mazur: "Re: Opening a MySQL table using ADODB.Recordset"
- Next in thread: Val Mazur: "Re: Exception Error"
- Reply: Val Mazur: "Re: Exception Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|