954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

weird ODBC error

I have an application which updates some files overnight from an oracle server. the application runs fine until at the very end when it closes. Then I get the message "Application has encountered a problem and needs to close. We are sorry for the inconvenience."

when I click on the link for more information it gives me the error signature of

App Name App Ver 1.0.0.0 ModName syodase.dll
ModVer 3.70.0.20 Offset 00023008

It wouldn't be a problem but it's interfering with other automation tasks I need to run. Has anyone seen this before?

Mykal73
Newbie Poster
6 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

with the information provided by you it is not possible to guess anything.

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

The application was developed using visual studio 2008 with the 3.5 framework. My version of oracle is 10.1.0.2.0. The error itself doesn't appear until after it looks like the application has closed. I've tried closing the application using

application.exit
and
system.environment.exit

both wind up producing this error.

What else should I provide to assist you in helping me?

Mykal73
Newbie Poster
6 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

It sounds like you are using an unmanaged resource and not disposing of it properly.

Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
 

Sure enough, I didn't have any dispose statements after I was finished using the oracle connection. Ugh, thank God this week is almost over :)

Mykal73
Newbie Poster
6 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: