hi there! im a newbie on asp.net and would like to ask you guys if you have any idea on how to convert my connectionstring to mssql
<script language="vb" runat="server">
Dim myConnection as OleDbConnection
Dim strConnectionString as String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & "c:\pubs2000.mdb"
any info would be appreciated :)