我尝试使用Crystal Report连接到SQL AnyWhere。 但我不知道正确的conncetion字符串格式。
答案 0 :(得分:0)
我们仅支持使用最新版本连接到Sybase 仅限ODBC。您可以使用DSNless连接选项。在 您可以在ODBC连接UI中指定连接字符串,这样做 要求安装和配置Sybase ODBC客户端。我还没有 最近玩了它,但它可能适合你。 参考链接http://scn.sap.com/thread/1270385
您可以在此处作为给定链接连接ODBC连接,并链接为
"crystalReport.SetDatabaseLogon("dbo", "dbo", "ODBC; Driver=Sybase SQL Anywhere 8.0", "DC", true);"
http://www.codeproject.com/Questions/842251/How-to-connect-the-sybase-database-in-Crystal-repo
http://sqlanywhere.blogspot.in/2014/12/connecting-to-foxhound-3-with-crystal.html
http://codeverge.com/sybase.sqlanywhere.general/crystal-reports-and-sql-anywhere-1/1007272