问题描述
我使用visual studio 2008创建了C#应用程序,我添加了Crystal Reports的一些报告。对于Crystal Report,我使用ODBC连接创建了ODBC MySQL。所有的报告都在我的机器上产生了相应的结果。
但是,一旦我在客户端机器上点击报告生成按钮功能,它就会提示下面的框 []
一旦输入密码,我就无法获得。请注意,我没有在我的客户端计算机中配置ODBC MySQL连接。
我需要一个合适的解决方案来打印水晶报告而无需创建ODBC连接设置,如何运行这个? (因为我使用MySQL.data.dll文件进行MySQL数据传输,我在源代码中配置,所以请帮我解决这个问题)
更好的在源代码中配置。
I have created C# application using visual studio 2008, I have added some reports from Crystal Reports. For the Crystal Report I have used ODBC connection which created ODBC MySQL. All the reports are generating pertectly in my machine.
But, once I clicked the report generate button function in client machine, it prompt following box http://tinypic.com/r/208aa34/8[^]
Once I typed the password it won't get. Please be noted that I didn't configure ODBC MySQL connection in my client machine.
I need a proper solution to print the crystal report without create ODBC connection setup, how to run this? (Because I do MySQL data transfer with using MySQL.data.dll file and I configure inside the source code, so please help me sort out this problem)
Better to configure inside the source code.
推荐答案
这篇关于Crystal Report使用MySQL ODBC连接生成客户端计算机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!