c++ application causes an error
From: Edward Letendre (EdwardLetendre_at_discussions.microsoft.com)
Date: 02/02/05
- Next message: MilkMover: "Data-Aware ActiveX Control"
- Previous message: tawright915: "Re: Binding DB fields to variables"
- Next in thread: XMarshall: "RE: c++ application causes an error"
- Reply: XMarshall: "RE: c++ application causes an error"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 18:37:04 -0800
Okay, I am running a visual c++ program that was written in visual c++ 5.0
many years ago. I am not the person that wrote the program. But here is my
problem.
The program was written to connect to a microsoft SQL server 7.0 database
and update some tables according to new well data. The program is supposed
to connect to the SQL server 7.0 database and compare new data to the old
data. If any information is missing (in this case grid information for a
well database) based on the updated data, the c++ program will create the new
entries in the well grid system and store the data as .dat files.
The program used to work successfully, but when I try and run the program on
either my windows 95 or windows 98 box, I get the following error message:
Willcoords.exe has caused an invalid page fault in the following module:
wllcords.exe at 0167:00419ec1
Is there some way to fix this error message with a patch or update of the
windows 95 or windows 98 machine? I can connect successfully to the SQL
server from either of the two machines. When I run the same application on
the windows 2000 machine with the SQL server database, the program runs with
no errors, but no results are produced.
Help me if you can.
Edward Letendre.
- Next message: MilkMover: "Data-Aware ActiveX Control"
- Previous message: tawright915: "Re: Binding DB fields to variables"
- Next in thread: XMarshall: "RE: c++ application causes an error"
- Reply: XMarshall: "RE: c++ application causes an error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|