[firebird-support] Embedded Firebird for a multi-user app without a windows install

2012-05-22 Thread KevinTory
I have a simple app, which needs to run for a few users, written in C#.net. The users to not have the ability to run an install on their own computers, so we must install via a simple xcopy. Currently we are using SQLite, but the performance is pretty bad when the db gets a bit large. Can I h

Re: [firebird-support] Embedded Firebird for a multi-user app without a windows install

2012-05-22 Thread Peter Lee
The computer that hosts the Firebird DB will need a proper Firebird server installed on it. The 'Clients' can use the Embedded server to access that server. The database file doesn't need to be shared. You could possibly install Firebird server via xcopy, and then register the server service

Re: [firebird-support] Embedded Firebird for a multi-user app without a windows install

2012-05-23 Thread Helen Borrie
At 02:58 PM 23/05/2012, KevinTory wrote: >I have a simple app, which needs to run for a few users, written in C#.net. >The users to not have the ability to run an install on their own computers, so >we must install via a simple xcopy. Currently we are using SQLite, but the >performance is pret

Re: [firebird-support] Embedded Firebird for a multi-user app without a windows install

2012-05-23 Thread Elmar Haneke
> I have a simple app, which needs to run for a few users, written in C#.net. > The users to not have the ability to run an install on their own computers, > so we must install via a simple xcopy. If the user must not install software it is not an good practise to install it by xcopy. Ask the