from Ubuntu if this command works : - connect 
"/var/lib/firebird/3.0/data/employee.fdb" user 'SYSDBA' password 'monyet';
 

 but this command doesn't work ( 192.168.1.205 is the ubuntu machine itself ) :
 - connect "192.168.1.205:/var/lib/firebird/3.0/data/employee.fdb" user 
'SYSDBA' password 'monyet';
 Statement failed, SQLSTATE = 28000
 Your user name and password are not defined. Ask your database administrator 
to set up a Firebird login.
 - connect "127.0.0.1:/var/lib/firebird/3.0/data/employee.fdb" user 'SYSDBA' 
password 'monyet';
 Statement failed, SQLSTATE = 08006
 Unable to complete network request to host "127.0.0.1"
 - connect "localhost:/var/lib/firebird/3.0/data/employee.fdb" user 'SYSDBA' 
password 'monyet';
 Statement failed, SQLSTATE = 08006
 Unable to complete network request to host "localhost"
 

 help please ?
 


 


 

Reply via email to