Ja, hier ist ein Deutscher
System: WinXp_32bit, 2GB RAM, DuoCore CPU
Dev. environment: Delphi 7, ZEOS 7.0.0 alpha (used Protocol: firebird-2.1)
Database Server: Firebird 2.5.1.26351
Database Editor: EMS - SQL Manager 2010 Lite for Interbase and Firebird
My Story:
I have developed two programs on my developing Machine in the Zeos version 6.6.6 and Delphi 7. One for local access to the database and one for remote access via TCP Protocol (IP:Databasealias). The programs worked fine on my developing Machine. As i test the programs on two different machines, there was no way to make a connection via TCP string to the Database. Constantly get errors such as Access Violation at address 0000000 read 0000000 with the User sysdba and a error Message like "not enough rights on Database ..." with a new created User. I gave the User full access rights. But nothing changed! So i tried the Version 7.0.0 and the connection worked. Now I'm here with you ...
It is not very helpful i think, but here is the wanted TZSqlMonitor log:
2012-03-27 22:00:57 cat: Connect, proto: firebirdd-2.1, msg: CONNECT TO "D:\PersonaDB_BetaTest\DB\PERSONACLOCK.GDB" AS USER "sysdba"
2012-03-27 22:00:57 cat: Transaction, proto: firebirdd-2.1, msg: TRANSACTION STARTED.
2012-03-27 22:00:57 cat: Prepare, proto: firebirdd-2.1, msg: Statement 1 : SELECT * FROM NACHRICHTEN
2012-03-27 22:00:57 cat: Execute prepared, proto: firebirdd-2.1, msg: Statement 1
2012-03-27 22:00:57 cat: Execute, proto: firebirdd-2.1, msg: SELECT a.RDB$RELATION_NAME, a.RDB$FIELD_NAME, a.RDB$FIELD_POSITION, a.RDB$NULL_FLAG, a.RDB$DEFAULT_VALUE, b. RDB$FIELD_LENGTH, b.RDB$FIELD_SCALE, c.RDB$TYPE_NAME, b.RDB$FIELD_TYPE, b.RDB$FIELD_SUB_TYPE, b.RDB$DESCRIPTION, b.RDB$CHARACTER_LENGTH, b.RDB$FIELD_PRECISION, a.RDB$DEFAULT_SOURCE, b.RDB$DEFAULT_SOURCE as RDB$DEFAULT_SOURCE_DOMAIN,b.RDB$COMPUTED_SOURCE as RDB$COMPUTED_SOURCE FROM RDB$RELATION_FIELDS a JOIN RDB$FIELDS b ON (b.RDB$FIELD_NAME = a.RDB$FIELD_SOURCE) LEFT JOIN RDB$TYPES c ON (b.RDB$FIELD_TYPE = c.RDB$TYPE and c.RDB$FIELD_NAME = 'RDB$FIELD_TYPE') WHERE a.RDB$RELATION_NAME = 'NACHRICHTEN' ORDER BY a.RDB$RELATION_NAME, a.RDB$FIELD_POSITION
2012-03-27 22:00:59 cat: Execute, proto: firebirdd-2.1, msg: Dynamic SQL Error SQL error code = -104 Unexpected end of command - line 1, column 1, errcode: -104, error: Invalid token