Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
-
Don Horn
- Posts: 6
- Joined: Sat 12 Aug 2006 21:08
- Location: Atlanta, GA
Post
by Don Horn » Sat 12 Aug 2006 21:24
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.

-
Plash
- Devart Team
- Posts: 2844
- Joined: Wed 10 May 2006 07:09
Post
by Plash » Mon 14 Aug 2006 09:12
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.
-
Don Horn
- Posts: 6
- Joined: Sat 12 Aug 2006 21:08
- Location: Atlanta, GA
Post
by Don Horn » Mon 14 Aug 2006 11:43
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.
-
Don Horn
- Posts: 6
- Joined: Sat 12 Aug 2006 21:08
- Location: Atlanta, GA
Post
by Don Horn » Mon 14 Aug 2006 12:24
@ 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.
-
Plash
- Devart Team
- Posts: 2844
- Joined: Wed 10 May 2006 07:09
Post
by Plash » Tue 15 Aug 2006 08:26
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.
-
Guest
Post
by Guest » Tue 15 Aug 2006 22:12
plash: You are the best.
Thanks