How to connect to database Step9 & 10 & 11

Step 9

In the generate SQL statement, just use an SQL that will be able to retrieve data from your database. In this example we will use SELECT * FROM PROFILE where profile is a table in this database.

Step 10

Click on Next to continue.

Step 11

Click on Finish to complete it.

Note that OleDBConnection is automatically generated.