I have this for Ascess in my page.aspx.vb web page:
How do I change that when using a SQL Server database so that the path works on my localhost and on the webserver?Code:Dim dbCn As New OleDbConnection("Provider = Microsoft.ACE.OLEDB.12.0; " & "Data Source=" & Server.MapPath("\databases\CT-F1-servdatabase.mdb;"))
Thanks




Reply With Quote