in reply to Re: connection issues to MS SQL Server
in thread connection issues to MS SQL Server

This may be a dumb question but what in my code would by similar to your $host. i.e am I missing crucial information?
  • Comment on Re^2: connection issues to MS SQL Server

Replies are listed 'Best First'.
Re^3: connection issues to MS SQL Server
by mje (Curate) on Aug 11, 2009 at 09:28 UTC

    Nothing necessarily because he is using mysql and you are using SQL Server. In an ODBC data source you select the host. i.e., when you create the ODBC data source via the data source administrator you select your ms sql server at that time. If you use DSN-less connections you'd use the attribute server=xxxx.