Subject Re: [IBO] On the fly creation
Author Geoff Worboys
> Just a quick question.
>
> Is there a way of generating an IB database on the fly if
> it doesn't exeist (1st time the program is run)?

Take a look at some of the samples - for example the Contact
application. They use the TIB_Script component to create a database
if it does not already exist.

Remember; If you are connecting to a remote server (not a local IB
installation) then you cannot check for the existence of the file
directly. About the only way to do it is to try to connect and assume
that a failure means the file is not there. Check out the GetISC4Path
function on the TIB_Session component that you can use to at least
verify connection to the server.


Geoff Worboys
Telesis Computing