How to Create a Crystal Report MySQL Database Report
In this lesson I will discuss "How to Create a Crystal Report MySQL Database Report" this tutorial is very suitable for those of you who are learning VB 6.0 or VB .Net programming with reports using Crystal Report. Below are the steps: Make sure you have installed = Crystal Report and Xampp Because you will create a report, make sure you have created a database and table: Create a database on Xampp with the name: DBJNM Then create a table with the name: TBL_PRODUCT Create data as shown below: If so, please open your Crystal Report Click File - New Select Standard - OK Select Database - OLEDB - Make New Connection Click Add Click Connection - Use Connection string - Click Build Click New Klik Next Select MySQL ODBC 3.51 Driver Click Next - Finish Create data as shown above (Connect DBJNM - root - dbjnm ) Click OK Click OK again Then it will appear li...