Dim MyCommand As New System.Data.OleDb.OleDbCommand(SQL, MyConnection) Dim myAdapter As New Data.OleDb.OleDbDataAdapter(MyCommand) Dim DT = New System.Data.DataTable
VFP Client for ADO.Net is simply a wrapper around the System.Data.OleDb classes with the goal of reducing pain points when accessing VFP data from .Net. This project ...
So, you need to change the Provider from System.Data.SqlClient to System.Data.OleDb provider and corresponding classes that support OleDb and rewrite the DAL code.
<SCRIPT language=" vb" runat=" server "> Sub Page_Load(Sender As Object, E as EventArgs) Dim connessione As New System.Data.OleDb.OleDbConnection() ...