2017-01-23 4 views
2

私のアプリケーションは、mySQLサーバからデータを取得するレポートを生成します。私のマシンでうまく動作しますが、他のマシンはランタイムを見つけることができませんでした。インストール後、他のマシンで接続を開くことができないというエラーが表示されます。レポート「Can not Open Connection」他のマシン

ODBCランタイムをインストールし、アプリケーションをインストールするすべての単一マシンにODBCへの接続を追加する必要はありますか?それとも良い方法がありますか?

答えて

0

あなたは、OBDC接続を使用している場合:

1. You need to set up the connection again in other machine by using administrative tools, in addition too.. install odbc driver also. 
2. Connection name can be the same with your local machine so that you don't need to update the connection name on your crystal report. 
3. if you are using a hard code connection to your crystal report upon logging in then you need to open your project of course to update the connection. 

幸運を。