Hi...in my .aspx connection file, I have the following codes.
<script language="VB" runat="server">
<Dim myConnection as new OleDbConnection
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\database\tblPhone.mdb"
providerName="System.Data.OleDb">
</script>
I am getting this error....Compiler Error Message: BC30183: Keyword is not valid as an identifier.
I am new with VB/aspx programming so I'd probably need to recode. Any help is appreciated.
<script language="VB" runat="server">
<Dim myConnection as new OleDbConnection
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\database\tblPhone.mdb"
providerName="System.Data.OleDb">
</script>
I am getting this error....Compiler Error Message: BC30183: Keyword is not valid as an identifier.
I am new with VB/aspx programming so I'd probably need to recode. Any help is appreciated.