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
win7 OBDC MSSQL
Moderator: General Moderators
- getmizanur
- Forum Commoner
- Posts: 71
- Joined: Sun Sep 06, 2009 12:28 pm
Re: win7 OBDC MSSQL
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