Click to See Complete Forum and Search --> : ODBC Connection query


sangalo
06-04-2008, 07:27 PM
I have a site that i need to connect to a database via ODBC connection only , how does one set that up ? i have used phpmyadmin only in terms of databases so this is new...where do i insert this to acheive the connection ?

chazzy
06-04-2008, 11:15 PM
what server side language do you use?

sangalo
06-04-2008, 11:20 PM
php

chazzy
06-05-2008, 07:38 AM
ok, so php has a set of functions starting with the chars 'odbc' that you would use to communicate with the db, instead of mysql* or mssql*