Page 1 of 1

win7 OBDC MSSQL

Posted: Fri Aug 26, 2011 10:57 am
by Andreia
Hi there,

I'm working on a project already started, and using WAMP+WINDOWS7+SQL2008R2,

At this point it's connecting to a MSSQL DATABSE LIKE THIS:

$dns = "TempGes2";
$con = odbc_connect($dns, $user, $pwd);

This works fine, but i can't find where is the TempGes2 configured, it isn't in the odbcad32.exe,

Any ideas, i need to point this to another DATABASE,

Thank you in advance

Re: win7 OBDC MSSQL

Posted: Mon Aug 29, 2011 1:34 am
by getmizanur
i'm a linux man, from my days of windows there should ODBC administrator tool in control panel. you select your driver from there and give it the name TempGes2