R
RAW
Hi Im trying to us relative path in my connection string instead of absolute
what Im doing wrong this is my code
Sub Page_Load() Dim strConnection as String =
"Provider=Microsoft.Jet.OLEDB.4.0;" strConnection += "Data
Source=Server.MapPath("../dbcontainer/content.mdb") data_src.text =
strConnection
what Im doing wrong this is my code
Sub Page_Load() Dim strConnection as String =
"Provider=Microsoft.Jet.OLEDB.4.0;" strConnection += "Data
Source=Server.MapPath("../dbcontainer/content.mdb") data_src.text =
strConnection