In article <[EMAIL PROTECTED]>, Jose Rodriguez <[EMAIL PROTECTED]> wrote: >Hi! > >I'm using the Postgres SQL database under Debian, and would like to >convert my machine in a Database server. I would like to serve other >machines which run under Win9x . One solution for this is via odbc. >However, libodbc.so is not installed in my system (I couldnt't find it), >but I know it does exits for Linux. Is the ODBC library packaged for >Debian? Wich package contains it?
ODBC is a client-side thing. You need an ODBC library on your Windows station that can talk to the Postgres server. Check out the postgres homepage http://www.postgresql.org/ for pointers to Windows ODBC libs for Postgres. Mike. -- Indifference will certainly be the downfall of mankind, but who cares?

