Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheGoodVibe

    PHP Connecting to MSAccess 2010 db.

    Ok, so I have this connection as a .php file: <?php echo ("Currently connecting to DB"); //Connect to DB $conn=odbc_connect('wordgame.accdb','','') || die ( "Error Connecting to the database"); //List of all words $sql1 = "SELECT * FROM words"; $rs1=...

Part and Inventory Search

Back
Top