hi all,
I have a page that displays information and images from database. it works fine on my website but i want to send this page as a newsletter. I can't refer to the database location as Server.MapPath or Source = C:\.. I have to specify the full path of my website and the loction of the dbase on the server in order for it to work, at least this is what I think needs. I tired to use:
Dim myConnection As String = "Provider=Microsoft.Jet.OLEDB.4.0; data source=
that gives me an error. can you please advise how to fix it or if there is another way it can be done with? thanks very much
I have a page that displays information and images from database. it works fine on my website but i want to send this page as a newsletter. I can't refer to the database location as Server.MapPath or Source = C:\.. I have to specify the full path of my website and the loction of the dbase on the server in order for it to work, at least this is what I think needs. I tired to use:
Dim myConnection As String = "Provider=Microsoft.Jet.OLEDB.4.0; data source=
that gives me an error. can you please advise how to fix it or if there is another way it can be done with? thanks very much