Subject Re: [firebird-support] connecting error
Author Helen Borrie
At 02:32 PM 6/11/2003 +0000, you wrote:
>whats wrong !!!!
>i dont know
>[root@XP2400 glibc]# isql localhost -v
>[unixODBC][Driver Manager]Data source name not found, and no default
>driver specified
>[ISQL]ERROR: Could not SQLConnect

Wrong isql program!

cd /usr/local/firebird/bin
[root@XP2400 bin]# ./isql /path/to/your/database -user sysdba -password yourpwd

heLen