how to network a database?

kyoshiro

Active member
Joined
Jan 20, 2008
Messages
30
Programming Experience
Beginner
i guess i posted it in right place. can someone tells me how to network a database in vb.net using ms access as backend???? i need it so badly!!!! thanks in advance!
 
1. Share the folder on your network where your database is stored with read & write rights
2. Add the proper server name (ex. \\server1\data\abc.mdb) in your connection string.
 
3 Scream in frustration as random deadlocks kill all the apps using the database
4 Decide it would have been better to use a proper network aware database server in the first place
5 Upgrade to SQLServer Express or OracleExpress
 
Back
Top