Re: Access DB for Multi-user



To log in automatically select the IBDatabase component and set the
LoginPrompt property to false. Next, open the editor for the Params
property and add:

user_name=sysdba
password=masterkey

substituting the user name and password for your database.

Try changing the filter expression to 'COUNTRY = ' + QuotedStr('USA');

Do not use TIBTable if you want good performance. User TIBDataSet
instead.

--
Bill Todd (TeamB)
.