Andreia.t.campos Posted August 26, 2011 Share Posted August 26, 2011 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 Link to comment https://forums.phpfreaks.com/topic/245771-help-on-connecting-to-db/ Share on other sites More sharing options...
Muddy_Funster Posted August 26, 2011 Share Posted August 26, 2011 your using the wrong connector. here - have a look at this : http://msdn.microsoft.com/en-us/library/cc793139%28v=sql.90%29.aspx Link to comment https://forums.phpfreaks.com/topic/245771-help-on-connecting-to-db/#findComment-1262442 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.