is it possivel to connect a web site do a access data base? because I’m using a access data base on visual basic and I want to make 1 db do all apps. is it possivel? if it is does any one have any code or examples so share?
ps: this is for a school project so please don’t use very professional terms
you can use odbc and a library to connect via that odbc connection to the database.
create an odbc connection:
http://www.ehow.com/how_4642566_setup-odbc-database-connection.html
a quick google returned this php example:
http://www.web-max.ca/PHP/odbc_1.php