Hi,
To resurrect an old thread..
I am trying to connect to SQL Server with a connection string in the format above. When I connect using a DSN there is no problem, however using the connection string as above i get the message "[unixODBC][Driver Manager]Data source name not found, and no default driver specified"
So basically..
h:.odbc.open"dsn=dsnname;uid=user;pwd=pass" - works fine.
h:.odbc.open"driver=drivername;server=servername;database=dbname;uid=user;pwd=pass" - returns the error.
And the parameters used are the same as those in the .ini file.
Any thoughts as to why this isn't working for me?
Thanks