Re: [Firebird-net-provider] Detect current connection is local or network

2013-12-16 Thread Mr. John
Hi,with that query select a.mon$remote_process, a.mon$remote_address from MON$ATTACHMENTS  a I get all connections+ip,something I miss,sorry:how to identify my current connection?  address 127.0.0.1 from the query means connection is on the server side? thanks On Monday, December 16,

Re: [Firebird-net-provider] Detect current connection is local or network

2013-12-16 Thread Mercea Paul
On 12/16/2013 10:15 AM, Mr. John wrote: Hi, but how to detect app is running on server side or on local,I used to search for firebird process but I found as I said, fb was installed also on client side,so the trusted point to get that info is from firbird connection thanks. Check table MON

Re: [Firebird-net-provider] Detect current connection is local or network

2013-12-16 Thread Mr. John
Hi, but how to detect app is running on server side or on local,I used to search for firebird process but I found as I said, fb was installed also on client side,so the trusted point to get that info is from firbird connection thanks. On Monday, December 16, 2013 10:05 AM, Mercea Paul wro

Re: [Firebird-net-provider] Detect current connection is local or network

2013-12-16 Thread Mercea Paul
On 12/16/2013 08:34 AM, Mr. John wrote: That I also do, but I only apply database update scripts on server machine,also some users using default app installer installed also FB server on 'client' side. I also want to warn about that. thanks Increment application version on server side, as fi