I am currently using a MS Access 2000 db on my site and this is the connection string I am using to connect to it.
objConn_swaptrade = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/database/swaptrade.mdb")
How do I change the line above to work with an Access 2007 database. Also does my web provider need to install anything on their server to make my database to work too.
Thanks in advance!
Life's a journey enjoy the ride...
jazzz
objConn_swaptrade = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/database/swaptrade.mdb")
How do I change the line above to work with an Access 2007 database. Also does my web provider need to install anything on their server to make my database to work too.
Thanks in advance!
Life's a journey enjoy the ride...
jazzz