Using RDC and ASP with Crystal 10, we are trying to connect to an Interbase database using the following code:
SetLogonInfo "SYSTEMDSN", "c:\mydatabase.gdb", "SYSDBA", "masterkey"
When running the report, the following error is generated:
"HY000 INTERSOLV ODBC Intersolv driver: Unavailable database"
We have tried various combinations of the database parameter in SetLogonInfo to no avail. I also gave the anonymous account (IUSR) full rights to the database file and it still did not solve the problem.
The report does run fine in the Crystal designer.
Any ideas or assistance would be appreciated.
SetLogonInfo "SYSTEMDSN", "c:\mydatabase.gdb", "SYSDBA", "masterkey"
When running the report, the following error is generated:
"HY000 INTERSOLV ODBC Intersolv driver: Unavailable database"
We have tried various combinations of the database parameter in SetLogonInfo to no avail. I also gave the anonymous account (IUSR) full rights to the database file and it still did not solve the problem.
The report does run fine in the Crystal designer.
Any ideas or assistance would be appreciated.