in reply to Re^2: Connecting to sqlserver2008 - DBD::Sybase connectivity and unixODBC issue
in thread Connecting to sqlserver2008 - DBD::Sybase connectivity and unixODBC issue
You are better having a full path to the driver in the odbcinst.ini file as it will only work if your relative path is correct for the directory you are in.
I don't use the ODBC driver you are using as the company I work for wrote its own SQL Server ODBC Driver. The error is saying the ODBC driver manager attempted to call SQLAllocHandle to allocate an environment and the driver returned the error IM004. This is almost always the very first call an ODBC application will make. Your driver probably needs something set in your shell environment e.g., an environment variable - but that is just a guess as I don't use that ODBC driver (what does the driver documentation say).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Connecting to sqlserver2008 - DBD::Sybase connectivity and unixODBC issue
by venu_hs (Novice) on Feb 12, 2013 at 14:15 UTC | |
by mje (Curate) on Feb 12, 2013 at 14:53 UTC | |
by venu_hs (Novice) on Feb 12, 2013 at 15:28 UTC | |
by mje (Curate) on Feb 12, 2013 at 15:47 UTC | |
by venu_hs (Novice) on Apr 09, 2013 at 05:59 UTC | |
|