Connecting Tech Pros Worldwide Help | Site Map

How to odbc_connect use DSN in Other Computer?

Newbie
 
Join Date: Sep 2007
Posts: 2
#1: Sep 27 '07
I have problem connection database, PHP to MsAccess via ODBC but the
DSN place in other computer. How I can do that?

Expand|Select|Wrap|Line Numbers
  1. $user = "connect";
  2. $password = "pwdmdb";
  3. $dataku = odbc_connect("strDSN",$user,$password);
  4.  
strDSN??????


I'm try to create DSN in local computer, and then connection success.
Reply