Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel 2007 - Crash

We have a developed a tool using Excel 2007 which communicates with SQL
Server 2005 DB for importing / exporting data. We have used ADO to establish
connection with the SQL server DB and execute stored procedures in the DB to
save the data from the sheet into the tables. To retrieve data from DB too,
we use ADO to execute the stored procedure in the DB and display the
recordset that is returned in the sheet. This approach works fine without any
issues.
But we are increasingly facing a problem, i.e the application after being
used for some time, crashes forcing the user to restart the application. This
happens even when the tool is left open for some time. We were unable to
determine the cause of the error, but found the following link,
http://support.microsoft.com/kb/319998, that resembles the problem we are
facing. Can you kindly tell us if the mentioned bug (BUG: Memory leak occurs
when you query an open Excel worksheet by using ActiveX Data Objects (ADO))
applies to Excel 2007 also?
The Error description
CiceroUIWndFrame : EXCEL.Exe - Applicaiton Error
The instruction at 0x65111497 referenced memory at 0x00000000. The memory
could not be "read"
when i clicked on debug, We get the following error message
Unhandled Exception 0x65111497 in Excel.EXE: 0xC0000005. Access violation
reading location 0x00000000.
at this line
65111497 mov ecx,dword ptr [eax]
Please clarify
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 crash on new file Steven Excel Discussion (Misc queries) 1 February 3rd 09 04:57 PM
Excel 2007 UDF crash Dssg Excel Discussion (Misc queries) 2 May 8th 08 02:53 PM
Excel 2007 crash when trying to add macro button to QAT Ron Excel Discussion (Misc queries) 2 August 17th 07 10:53 PM
Insert photo in Excel 2007 causes crash DorothyFan1 Excel Discussion (Misc queries) 1 August 17th 07 07:48 AM
Do Large Workbooks Still Crash in Excel 2007 MrHugeWorksheets Excel Discussion (Misc queries) 0 October 2nd 06 11:09 PM


All times are GMT +1. The time now is 11:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"