简体   繁体   中英

How to connect Crystal Report and MySQL in VB.NET

To clarify things first, I can connect MySQL to VB.NET. But I can't connect Crystal Report and MySQL. When I'm creating new report in CrystalReportViewer control, I am stucked at the Standard Report Creation Wizard window. I can't see any connections and my database (I created it in MySQL Query Browser).

I'm using: Visual Studio 2010 在此处输入图片说明 , MySQL Query Browser, SQL Server 2005, Crystal Report(CRforVS13_0_13)

Any help? Or am I just missing something?

Crystal Report requires an ODBC driver. You can find one here .

After you have installed it, check that it exists in the ODBC Data Sources.

它必须在这里可见。当我回到家时,我可以安装它并向您展示文本内容。

Once there, you need to create an Alias. Click on the User DSN tab and press the Add button. Test the connection then go to Crystal reports.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM