Create a new DataSourcePointList to handle the database connection
Dim dspl As New DataSourcePointList()
' Create a TableAdapter instance to access the database
Dim adapter As New NorthwindDataSetTableAdapters.OrdersTableAdapter()
' Create a DataTable and fill it with data from the database
Dim table As NorthwindDataSet.OrdersDataTable = adapter.GetData()
es para de un codigo para enlazar un base de datos en access
como la puedo cambiar para un base de datos normal (mysql , phpmyadmin )
por favor