Subject Two problems
Author Kurt Bilde
Hi all !

I have two problems:

1) I like to catch if the server or the .gdb file doesn't exsists on the given server at connection time
2) I like to know if the current user have acces to the .gdb file at connection time (before open any tables or queries)

It seems like the connections doesn't raise any exceptions when connecting to the server - those exceptions is raised when I open a TIBOTable or a TIBOQuery. If I have to .open then please provide a code example.

-Kurt