Subject Controlling Login procedure under IBO and Delphi
Author Ingo Jansen
Hello,

i have some trouble with my login procedure. I want to do he
following:

1. i get out of the registry Database,Username and passwort property -
working
2. i try to connect to the database without the login prompt -working
// Here my problem
if the connection failed then i want to display the standard login
dialog
else if the connection is ok then i want to go further in my
application
Has anyone an Idea how i can realize this?