* Resolved *
Sure is easier doing this on the localhost. Since I can't delete the post...... If anyone was looking for a
generic sort of connection, this is what worked.
VB Code:
Dim strOle As String = "db/imagegallery.mdb" 'where db is the name of your folder holding the access database Dim conn As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OleDb.4.0; Data Source=" & Server.MapPath(strOle)) '...........and on to the command
Originally the connection was in web.config and the db functions in a separate class.




Reply With Quote