win7 OBDC MSSQL
Posted: Fri Aug 26, 2011 10:57 am
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
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