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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.