Re: Access DB for Multi-user
- From: "Can Karaca" <lenege@xxxxxxxxx>
- Date: Mon, 18 Jul 2005 13:45:12 -0400
Hi,
I installed Firebird and EMS Firebird Manager. I created the tables and
connected them to Delphi using
InterBase Database, Transaction and Table components. I have two questions:
- How can I auto login to db? (Each time it displays a login window.)
- It displays a message : "Dynamic SQL Error SQL Error Code = -206 Column
Unknown=COUNTRY At line 2, column 8"
There is a COUNTRY field in the db and the table component. I am trying to
filter them with a code in main form's OnShow
event:
IBTable1.Close;
IBTable1.Filtered := False;
IBTable1.Filter := 'Country= USA'
IBTable1.Filtered := True;
IBTable1.Open;
Thanks,
Can Karaca
"listmember" <listmember@xxxxxxxxxxxxxxx> wrote in message
news:xn0e4w1rq1lerp400s@xxxxxxxxxxxxxxxxxxxxx
>> I am using an Access DB for a single user application. I connect to
>> DB with ADO Connection
>> and a connection string. Can I use my application more than one
>> computer if I get connected to
>> the Access DB from each computer? Can be any problem?
>
> Can,
>
> Why dont you consider replacing Access with Firebird or
> PostgeSQL?
>
> Both are much better and as easy to use.
>
> You can still use Access to manipulate them too.
.
- Follow-Ups:
- Re: Access DB for Multi-user
- From: Bill Todd
- Re: Access DB for Multi-user
- References:
- Access DB for Multi-user
- From: Can Karaca
- Re: Access DB for Multi-user
- From: listmember
- Access DB for Multi-user
- Prev by Date: Re: User, group Management with ADO, MS SQL 2000??
- 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):
Relevant Pages
|
|