Connecting MySQL with Crystal Reports v10

后端 未结 2 1215
生来不讨喜
生来不讨喜 2020-12-12 03:33

I am new to Crystal Reports v10 and I\'m creating reports to embed in Visual Studio 2010 forms. The database server I\'m using is MySQL. I have some issues regarding to crea

相关标签:
2条回答
  • 2020-12-12 04:27

    You must download the appropriate version of mysql odbc connector since there are two of them:

    1. mysql odbc connector Windows (x86, 32-bit), MSI Installer)
    2. mysql odbc connector Windows (x86, 64-bit), MSI Installer)

    if 64-bit doesn't run, try to uninstall it and try the 32 bit msi Installer

    http://dev.mysql.com/downloads/connector/net/

    0 讨论(0)
  • 2020-12-12 04:29

    You need to install the MySQL ODBC Connector.. Create an ODBC data source from the Administrative Tools \ ODBC Data sources control panel. It will then be available in Crystal Reports.

    0 讨论(0)
提交回复
热议问题