From: Dunphy Richard-rdunph01 (Rik.Dunphy at domain motorola.com)
Date: Fri 19 Oct 2001 - 13:27:11 IST
Not too familiar with Openlink, but aren't they a commercial product??
I've managed to get unixODBC and iODBC (both free ODBC Data Managers) to connect to both a MySQL and a PostrgreSQL server. What DBMS are you trying to connect to?
You may need to setup the privileges on the server to allow your host to connect. I had to run SQL commands on both servers to allow a remote host to connect. In the end I granted permissions to a user from all hosts.
for MySQL it was
grant all on table.* to user at domain "%" identified by "password"
can't remember what I did for PostgreSQl..
RikD.
> -----Original Message-----
> From: Fergal Moran [mailto:fergal.moran at domain wasptech.com]
> Sent: 19 October 2001 11:54
> To: ilug at domain linux.ie
> Subject: [ILUG] Openlink ODBC drivers
>
>
> Has anyone managed to get these set up correctly? I am
> trying to get a linux box to talk to an SQL Server - but I'm
> going round in circles.
>
> Cheers
>
> Fergal.
>
> --
> Irish Linux Users' Group: ilug at domain linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for
> (un)subscription information.
> List maintainer: listmaster at domain linux.ie
>
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:50 GMT