Re: Access DB for Multi-user
- From: "Bill Todd" <no@xxxxxx>
- Date: 18 Jul 2005 10:58:08 -0700
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)
.
- Follow-Ups:
- Re: Access DB for Multi-user
- From: Can Karaca
- Re: Access DB for Multi-user
- References:
- Access DB for Multi-user
- From: Can Karaca
- Re: Access DB for Multi-user
- From: listmember
- Re: Access DB for Multi-user
- From: Can Karaca
- Access DB for Multi-user
- Prev by Date: Re: Access DB for Multi-user
- Next by Date: Re: Access DB for Multi-user
- Previous by thread: Re: Access DB for Multi-user
- Next by thread: Re: Access DB for Multi-user
- Index(es):