Icon View Incident Report

Minor Minor
Reported By: Robert Cram
Reported On: 1/8/2005
For: Version 4.16 Build 1
# 1942 Not Including DBLogDlg in USES Clause with Delphi 6 and Higher Throws an Abort Exception

I'm trying to connect to a remote session, and I would like to catch the invalid login exception. When I supply an invalid username/password combination in remoteuser and remotepassword, the session.open method fails silently (ie: it throws a EAbort exception) instead of throwing the EDBISAMEngineError with errorcode DBISAM_REMOTEINVLOGIN.


Comments Comments and Workarounds
The workaround is to include the DBLogDlg in the USES clause.


Resolution Resolution
Fixed Problem on 1/8/2005 in version 4.17 build 1
Image