[Firebird-net-provider] How to stop all other database connections

2008-11-17 Thread MartinT
hello i want to add some functionality to our application which will allow a user to alter the metadata of the database. before this happens i want to run some code which will ensure that all other users have been kicked out and are no longer accessing the Firebird 2.1 db. i was wondering what

Re: [Firebird-net-provider] How to stop all other database connections

2008-11-17 Thread Jiri Cincura
Best way is to shutdown database. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Firebird-net-provider] How to stop all other database connections

2008-11-17 Thread Mercea Paul
hello i want to add some functionality to our application which will allow a user to alter the metadata of the database. before this happens i want to run some code which will ensure that all other users have been kicked out and are no longer accessing the Firebird 2.1 db. i was wondering

Re: [Firebird-net-provider] How to stop all other database connections

2008-11-17 Thread MartinT
Hi Jiri can i shutdown the database programmatically from all users but one? thanks Jiri Cincura wrote: Best way is to shutdown database. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] How to stop all other database connections

2008-11-17 Thread Jiri Cincura
On Mon, Nov 17, 2008 at 13:48, MartinT [EMAIL PROTECTED] wrote: can i shutdown the database programmatically from all users but one? You can use DatabaseShutdown from FbConfiguration class. The sysdba or database owner should be able to connect when DB is in single shutdown. -- Jiri {x2}