Crystal Reports - How to set database credentials

后端 未结 1 1711
南旧
南旧 2020-12-22 03:51

I\'ve created some crystal reports. When I run these reports on my system it is working perfectly but when I build the project and installed (exe) on another machine it is a

相关标签:
1条回答
  • 2020-12-22 04:23

    Need to set the credentials to access the database

    reportDocument.SetDatabaseLogon("user", "password", "server", "database");
    
    0 讨论(0)
提交回复
热议问题