简体   繁体   中英

How to run Crystal Reports with SQL Database Application on Client Machine

I've a developed a desktop application with SQL Server DB . In d**evelopment machine, SQL Server was running with (local) . I need to add **Crystal Reports in my application which should be working on client.

Here, question is what is needed to be on client machine to run successfully my application with database . Remember, on client side there is no SQL Server installed.

Help me in this regard.

In the case crystal is supposed to connect to the Database you will need to set up a connection in your OS to the database. You can use ODBC or some such with sql server 2008 driver.

Also, you will have to set up the report to use the SQL driver.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM