NET: Access violation at address 00A75B1D in module 'odac105

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

NET: Access violation at address 00A75B1D in module 'odac105

Post by kyungmun » Thu 30 Dec 2010 05:22

DataBase connectivity test is odac library.
The following sources were shown.
In another computer, there is no problem.
There will be an issue of toxic computers.

================
Error message
================
NET: Access violation at address 00A75B1D in module 'odac105.bpl'. Read of address 00000008

=============================================
Source
=============================================
try
try
with FDBSession do
begin
//Disconnect;
Connected := False;
Options.Direct := True;
Options.ConnectionTimeout := ATimeout;
ConnectString := Format('%s/%s@%s:%s:%s', [AUSER, APASS, AIP, APort, ASID]);
Connected := True;
//Connect;
end;
TLogFile.GetObject.Write(mtInfo, Format('%s:%s:%s Server DB Connect Success.', [AIP, APort, ASID]));
except
on E: Exception do
begin
TLogFile.GetObject.Write(mtInfo, Format('%s:%s:%s Server of DB Connect Fail. :: %s', [AIP, APort, ASID, E.Message]));
AErrMsg := E.Message;
Result := False;
end;
end;
finally
FDBSession.Disconnect;
end;
====================================

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 30 Dec 2010 08:47

Hello,

Please specify the following information so that I am able to help you:
- the exact version of ODAC;
- the name and the version of your IDE;
- the exact version of Oracle server;
- send a complete small sample to demonstrate the problem to alexp*devart*com.

kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

Post by kyungmun » Thu 06 Jan 2011 01:12

Please note that the test environment.
Please reply fast. ^ ^
Thank you.


[Oracle Version]
10g Standard

[ODAC Version]
Professional Edition
6.50.0.35 for RAD Studio 2007

[Delphi IDE Version]
RAD Studio 2007 Version 11.0.2902.10471

kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

Post by kyungmun » Thu 06 Jan 2011 01:16

One more thing ..
I'll check runtime packages odac105.bpl, dac105.bpl is used to distribute files

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 06 Jan 2011 10:22

Hello,

I can not reproduce the problem on the given configuration.
Please try to download the latest trial version of ODAC (http://www.devart.com/odac/odac11.exe) and try to reproduce the problem.
If the problem arises again, please contact me.

kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

Post by kyungmun » Fri 07 Jan 2011 01:23

Okay.
You have a problem that nothing has been tested and the ...
Like I said, the problem occurs on all computers in a particular computer, but I think that should be an issue.

I taught in an environment created to compile and exe files, the problem for me as a communicator and I will check on the computer.

runtime packages odac105.bpl, dac105.bpl is used to distribute files.
odac version 6.5

email : [email protected]

please....

kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

Post by kyungmun » Fri 07 Jan 2011 02:10

I used to test the application site was sent through the Contect menu.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 11 Jan 2011 13:12

Hello,

I have received your mail, but I can't reproduce the problem.
Your application works correctly.
Please send a source code of your application.

mhelmstedt
Posts: 15
Joined: Thu 18 Nov 2010 11:32

Post by mhelmstedt » Tue 11 Jan 2011 17:37

Could you move this thread to the correct forum (Oracle Data Access Components), please?

kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

Post by kyungmun » Wed 12 Jan 2011 02:46

AlexP wrote:Hello,
I have received your mail, but I can't reproduce the problem.
Your application works correctly.
Please send a source code of your application.
E-mail from the program source code is all contained in the content.
Click the button to test the program's source code, the connection is not only the source.
Last edited by kyungmun on Wed 12 Jan 2011 03:31, edited 1 time in total.

kyungmun
Posts: 7
Joined: Thu 30 Dec 2010 05:10

Post by kyungmun » Wed 12 Jan 2011 02:48

mhelmstedt wrote:Could you move this thread to the correct forum (Oracle Data Access Components), please?
I'm sorry.
Working Group to move immediately.

....
....
Ah .. ah ..?
It is not, but the ability to change this category ...
Administrators hope the move by.

Post Reply