Subject | Re: [firebird-support] Firebird with satellite connexion... |
---|---|
Author | Milan Babuskov |
Post date | 2004-03-02T18:02:24Z |
Jonathan Neve wrote:
the server, start isql and just copy/paste SQL and read the results.
If you need such thing for database administration, take a look at
ibWebAdmin. It might be a perfect solution for you. All database
communication is local, and you send commands and get the results via
HTTP which is very light comparing to Firebird protocol. Plus, it works
on both Linux and Windows.
--
Milan Babuskov
http://fbexport.sourceforge.net
> Yes, I have the same sort of results (although usually not quite soI use ssh for remote administration. I open ssh session (console) with
> bad). The really anoying thing, is when you execute a script : I've had
> scripts take up over 15 minutes to execute over a slow connection! And
> yet, if I had saved the script to a file, compressed it, sent it by FTP,
> and execute it with isql on the remote server, it could have taken less
> than one minute. But since this isn't as practical, I usually use
> IBConsole...
the server, start isql and just copy/paste SQL and read the results.
> Wouldn't it be possible to make a simple protocol, that could simplyOf course we know about it. It's called 3-tier architecture. ;)
> receive a script from a remote connection, execute it locally, and
> return the error code, if any? This would avoid wasting time
> establishing a remote connection directly (which is rather slow),
> preparing each statement individually (which is _extremely_ slow), and
> then executing each one individually. Instead, all these things could be
> done locally on the remote machine, and then we could just send back the
> result. I don't suppose anyone knows of such a thing, do you?
If you need such thing for database administration, take a look at
ibWebAdmin. It might be a perfect solution for you. All database
communication is local, and you send commands and get the results via
HTTP which is very light comparing to Firebird protocol. Plus, it works
on both Linux and Windows.
--
Milan Babuskov
http://fbexport.sourceforge.net