Page 1 of 1
Crashs with CPU Window when connecting
Posted: Sat 12 Aug 2006 21:24
by Don Horn
I have just downloaded and installed the trail version 5.70.1.34. I am using Delphi 5 and Oracle 10g XE running on XP Pro client. My Oracle server is a wndows 2000 machine. I created a brand new application with just a TOraSession and a TButton. I can connect to the Database and retreive data just find in design mode. When I run the app it crashes with a CPU window as soon as I try to connect. None of the Demos, that I have tried, work either. I had no problems with the install. I really want to get started using ODAC.

Posted: Mon 14 Aug 2006 09:12
by Plash
If there are more than one Oracle clients installed on your computer try to set HomeName property of TOraSession component to be sure that at run time same client is used as in design time.
Posted: Mon 14 Aug 2006 11:43
by Don Horn
HomeName is set to XEClient. That is the only Oracle on my PC. I have also tried moving the ODAC/Lib up the search path to right after {DELPHI}/Bin. I also tried adding ODAC/Bin. Today i may try download and installing on PC at work.
Posted: Mon 14 Aug 2006 12:24
by Don Horn
@ the Office
I can connect here. But I am connecting to Oracle 9.02 at the office.
However, I get an Access Violation in Module ntdll.dll, RunTime Error 216 at 00002EF0, when I close the App. ( either conected or not ).
I must be doing something wrong.
Posted: Tue 15 Aug 2006 08:26
by Plash
These problems are caused by trial protection. They should not occur when you install non-trial version.
To solve the problem try to change debugging settings, do not build your application with run-time packages.
Posted: Tue 15 Aug 2006 22:12
by Guest
plash: You are the best.
Thanks