![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.24 » View Incident Report |
| Reported By: Jose Eduardo Helminsky Reported On: 4/19/2006 For: Version 4.23 Build 2 |
with Session do
begin
RemoteAddress := '127.0.0.1';
SessionType := stRemote;
RemoteUser := 'admin';
RemotePassword := 'DBAdmin';
RemotePing := True;
SessionName := 'SS';
LockProtocol := lpOptimistic;
ForceBufferFlush := False;
Active := True;
end;
with Database do
begin
Connected := False;
SessionName := 'Test';
DatabaseName := 'Test';
RemoteDataBase := 'Test';
Connected := True;
end;
with Q do
begin
SessionName := 'Test';
DatabaseName := 'Test';
RequestLive := True;
Sql.Text := 'select * from "Temp\Customer"';
Open;
end;
with T2 do
begin
SessionName := 'Test';
DatabaseName := 'Temp';
Tablename := 'biolife';
T2.Open; // <-- HERE the Access Violation occurs
with #11279 error at server side
end;This web page was last updated on Thursday, September 10, 2026 at 04:33 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

