Crystal Reports - How to set database credentials

后端 未结 1 1717
南旧
南旧 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)
提交回复
热议问题