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 IamaSherpa 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. born2b

    odbc_connect

    hello please somebody help me.. i am damn beginner in php having trouble with odbc_connect statement my code <? $objConnect = odbc_connect("xxxx_test","",""); if($objConnect) { echo "Database Connected."; } else { echo "Database Connect Failed."; } odbc_close($objConnect); ?>...

Part and Inventory Search

Back
Top