Quantcast
Channel: SCN : Discussion List - SAP Crystal Reports, version for Visual Studio
Viewing all articles
Browse latest Browse all 3636

SAP Crystal Reports, developer version for Microsoft Visual Studio - Supported Platforms

$
0
0

Hi,

   I'm trying to use this version CRforVS 13_0_8 to view my report with SAP HANA and i get this error incorrect report source, but i don't know if this  version support SAP HANA or is something missing on my code. Here is the code :

 

 

 

 

ConnectionInfo connectionInfo = new ConnectionInfo();

connectionInfo.ServerName = dbServ;

connectionInfo.DatabaseName = BDCompany;

connectionInfo.UserID = dbUser;

connectionInfo.Password = dbPsw;

 

 

the dbServr is the servername and the port. And I try this to

 

  ConnectionInfo connectionInfo = new ConnectionInfo();

  string hanaSername = "Driver={HDBODBC32};ServerNode=" + dbServ + ";";

  connectionInfo.ServerName = hanaSername ;

  connectionInfo.DatabaseName = BDCompany;

  connectionInfo.UserID = dbUser;

  connectionInfo.Password = dbPsw;

 

 

Greetings.


Viewing all articles
Browse latest Browse all 3636

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>