Thread: pglib.dll for windows ce
Hello List, I'm writing a program to be run on WinCE. Are there dll's for wince client (pglib.dll and others)? -- Julius Tuskenis
Sorry - its libpq.dll Julius Tuskenis Julius Tuskenis rašė: > Hello List, > > I'm writing a program to be run on WinCE. Are there dll's for wince > client (pglib.dll and others)? >
Hi Julius-san. Is this helpful? http://libpqwce.projects.postgresql.org/ However, I'm busy and work has stagnated..... Regards, Hiroshi Saito ----- Original Message ----- From: "Julius Tuskenis" <julius.tuskenis@gmail.com> To: <pgsql-general@postgresql.org> Sent: Friday, November 28, 2008 10:07 PM Subject: Re: [GENERAL] pglib.dll for windows ce > Sorry - its libpq.dll > > Julius Tuskenis > > > > Julius Tuskenis rašė: >> Hello List, >> >> I'm writing a program to be run on WinCE. Are there dll's for wince client (pglib.dll and >> others)? >> > > -- > Sent via pgsql-general mailing list (pgsql-general@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general
Julius Tuskenis wrote: >> I'm writing a program to be run on WinCE. Are there dll's for wince >> client (pglib.dll and others)? > Sorry - its libpq.dll If you're otherwise unsuccessful, you may want to look into using a JDBC->ODBC bridge driver. Ugly, but probably effective. -- Craig Ringer
Julius Tuskenis wrote: >> I'm writing a program to be run on WinCE. Are there dll's for wince >> client (pglib.dll and others)? Er - forget the previous suggestion. Pg's JDBC driver also uses libpq and thus won't work on WinCE w/o a libpq port. For some reason I was thinking it was a pure Java implementation. -- Craig Ringer