VMTNers,
I have to test several versions of the Firebird database engine. Because several servers on one machine does not work very well, I have downloaded VMWare to solve this problem. The VMWare server workes well, I installed Windows XP and firebird and started testing. The first test was to pump a complete database to a new database. In this pump I use the query
Select * from "CRED"
then the pump raises the error: Unknown token "CRED"
the statements doesn't work on other clients neither. This happens when I am connected to a firebird server on the local VMWare Machine and it happens when I am connected to a firebird server on a different machine.
When I connect from a normal pc to the firebird server on de VMWare machine and I try the statement, it works well.
When I try the statement
Select * from CRED
it works well, but we don't want to remove all the dubble quotes from our software
The strange thing is that when I run this statement:
CREATE DATABASE "D:\Temp\Temp.gdb" USER "SYSDBA" PASSWORD "masterkey"
It works well.
who knows this problem and better who has the sollution for me.
Thanks