Problem Delphi 2009 / Firebird 2.1
Hy,
I Just install FastReport 4 in Delphi 2009.
When try open a DataBase created under Firebird 2.1 with the IBXDatabase component (DatabaseName = 127.0.0.1:c:\TEST.FDB),
i have the following message:
"Unsupported one-diskStructure for c:\TEST.FDB file; found 11, support 1. "
And when i try to set my DatabaseName Propriety on IBXDatabase with Firebird Port (DatabaseName = 127.0.0.1/3050:c:\TEST.FDB) :
"Failed to Locate Host Machine, Undefined Service 2050/TCP"
It's a Bug of the Fresh Version of FastReport 4 for Delphi 2009 ?
Thank
I Just install FastReport 4 in Delphi 2009.
When try open a DataBase created under Firebird 2.1 with the IBXDatabase component (DatabaseName = 127.0.0.1:c:\TEST.FDB),
i have the following message:
"Unsupported one-diskStructure for c:\TEST.FDB file; found 11, support 1. "
And when i try to set my DatabaseName Propriety on IBXDatabase with Firebird Port (DatabaseName = 127.0.0.1/3050:c:\TEST.FDB) :
"Failed to Locate Host Machine, Undefined Service 2050/TCP"
It's a Bug of the Fresh Version of FastReport 4 for Delphi 2009 ?
Thank
Comments
Install FB 2.1
- Firebird 2.0 on port 3050
- Firebird 2.1 on port 3051
but when i try to set my DatabaseName Propriety on IBXDatabase with Firebird Port :
DatabaseName = 127.0.0.1/3051:c:\TEST.FDB -> "Failed to Locate Host Machine, Undefined Service 3051/TCP"
is the correct syntax to set a port number ?
gds_db 3051/tcp ?
Can you connect to FR 2.1 from other application?
Work fine with "gds_db 3051/tcp" in services.
but i would like to set the number port in DatabaseName Propriety on IBXDatabase.
There is no solution instead set gds_db 3051/tcp in services ?
All Application for Firebird accept this syntax : 127.0.0.1/3051:c:\TEST.FDB..... but when i set /3051 in IBXDatabase ->
"Failed to Locate Host Machine, Undefined Service 3051/TCP"
Ok thank for all ^^