NET: Access violation at address 00A75B1D in module 'odac105
NET: Access violation at address 00A75B1D in module 'odac105
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;
====================================
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;
====================================
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.
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.
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....
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....
-
mhelmstedt
- Posts: 15
- Joined: Thu 18 Nov 2010 11:32
E-mail from the program source code is all contained in the content.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.
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.