dbxconnections.ini
Hello,
I need help.
I have FastReport VCL 4.10.8.
Until now I have worked with Ravereports and Delphi 7 whith dbExpress.
I have managed to design report which I wanted and it works on my comp.
In my application I use the TfrxDBDataset component to connect to Clentdataset. In the report Memos are connected to frxDBDataset via Dataset property.
But when transfered to custommer network or on my different computer the appliation crashes - "Cannot open file "\\10.10.10.4\lqs\dbxconnections.ini" or cannot find.
The dbxconnections.ini file is in application directory saved.
How can I baypass this error? How can I eliminate this ini file? I do not connect to database with any FastRaports component so I do not understand why this file is necessary..
Besides the ini file seems contain informations which cannot be avaliable to everybody (passowords, user).
[IBLocal]
BlobSize=-1
CommitRetain=False
Database=database.gdb
DriverName=Interbase
ErrorResourceFile=
LocaleCode=0000
Password=masterkey
RoleName=RoleName
ServerCharSet=
SQLDialect=3
Interbase TransIsolation=ReadCommited
User_Name=sysdba
WaitOnLocks=True
Thanks for help.
I need help.
I have FastReport VCL 4.10.8.
Until now I have worked with Ravereports and Delphi 7 whith dbExpress.
I have managed to design report which I wanted and it works on my comp.
In my application I use the TfrxDBDataset component to connect to Clentdataset. In the report Memos are connected to frxDBDataset via Dataset property.
But when transfered to custommer network or on my different computer the appliation crashes - "Cannot open file "\\10.10.10.4\lqs\dbxconnections.ini" or cannot find.
The dbxconnections.ini file is in application directory saved.
How can I baypass this error? How can I eliminate this ini file? I do not connect to database with any FastRaports component so I do not understand why this file is necessary..
Besides the ini file seems contain informations which cannot be avaliable to everybody (passowords, user).
[IBLocal]
BlobSize=-1
CommitRetain=False
Database=database.gdb
DriverName=Interbase
ErrorResourceFile=
LocaleCode=0000
Password=masterkey
RoleName=RoleName
ServerCharSet=
SQLDialect=3
Interbase TransIsolation=ReadCommited
User_Name=sysdba
WaitOnLocks=True
Thanks for help.
Comments
Did you set permissions for your users for \\10.10.10.4\lqs\ folder?
But when added FastReport components it crashes - because of this ini file.
So the problem is with Fastreport not dbExpress.
Today the Fastreport components were removed and the application works fine.
I need a solution on Fastreport side. As I said the TfrxDBDataset component is connect to Clentdataset so there is no need to connect to database again. Just pass the data from Clientdataset to FastReport. In Ravereports it works fine.
And of course the users have permissions for \\10.10.10.4\lqs\ folder. How else could they use the application.
Without solution Fastreports are usless.
Attach small demo project with problem here
Without test project your messages are useless