ODBC connection problem
Posted: Wed Jun 13, 2012 5:56 pm
Does anyone see anything wrong with the following:
I am on Windows XP Professional (yeah, not my choice), the ODBC driver is installed and set up as a system DNS with the name sc_report_odbc. I have validated that the values in gUserName & gUserPass are correct as well. I am not getting anything back in "it" though (no database ID or error is returned), and get revOpenDatabases() comes back empty as well. Crystal Reports can connect just fine from the same machine using ODBC, so I assume I must be doing something wrong.
Apparently this propriaty ODBC connector and the proprietary backend are notoriously creaky though...
Code: Select all
get revOpenDatabase("odbc", "sc_report_odbc", , gUserName, gUserPass, "emulated static")
Apparently this propriaty ODBC connector and the proprietary backend are notoriously creaky though...