databse
-
hiii to all any one can tell step by step how to upload data base like Ms Access and Sql Server
rizvan sivally
-
to upload a MS Access to the server for particular website by that we can store and edit our record on the web as we do in our local system
rizvan sivally
Check out this tutorial. It might be of help to you. http://www.aspfree.com/c/a/Microsoft-Access/Connecting-to-a-Microsoft-Access-database-with-ASPNET/1/[^] In this case the poster uses a local MS Access database. So in your case, you could have your .mdb in your server and then use Server.MapPath to get the full physical path. But be careful to secure your database file (w/ a password or some other mechanism), because in such an implementation, its accessibility will be wide open. If there is an option to use MS SQL, you could always choose that.
Cheers, Karthik