|
From: Alex P. <pe...@in...> - 2005-10-06 09:03:55
|
> I've modified source code because I want to trace the sql queries. The > code is compiled and run on linux machine. > Server is working properly, I can send and execute queries from remote > connection but only from line command tools like isql. > I cannot execute queries from remote connection - winxp: by BDE, from > IBOConsole... > A "first stage" of connection is possible (user, password), but for > example in the IBOConsole I cannot open database tables. > > ISC ERROR CODE:335544721 > > ISC ERROR MESSAGE: > Unable to complete network request to host "192.168.2.1". > Error reading data from the connection Two most often reasons: 1. Server died (AV happened) 2. You've left degugging output like printf() somewhere in your code What do you see in firebird.log? |