Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.24 » View Incident Report |
Serious |
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 Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |