pglib.dll for windows ce

Started by Julius Tuskenisover 17 years ago5 messagesgeneral
Jump to latest
#1Julius Tuskenis
julius.tuskenis@gmail.com

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

#2Julius Tuskenis
julius.tuskenis@gmail.com
In reply to: Julius Tuskenis (#1)
Re: pglib.dll for windows ce

Sorry - its libpq.dll

Julius Tuskenis

Julius Tuskenis rašė:

Show quoted text

Hello List,

I'm writing a program to be run on WinCE. Are there dll's for wince
client (pglib.dll and others)?

#3Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: Julius Tuskenis (#1)
Re: pglib.dll for windows ce

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

Show quoted text

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

#4Craig Ringer
craig@2ndquadrant.com
In reply to: Julius Tuskenis (#2)
Re: pglib.dll for windows ce

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

#5Craig Ringer
craig@2ndquadrant.com
In reply to: Julius Tuskenis (#2)
Re: pglib.dll for windows ce

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