Thread: Numeric type equivalent

Numeric type equivalent

From
Carlos Muñoz Rodríguez
Date:
Hi, can someone tell me what is the java equivalent for the postgresql database type???

Express yourself instantly with MSN Messenger! MSN Messenger

Re: Numeric type equivalent

From
Kenneth Porter
Date:
--On Thursday, November 15, 2007 7:35 AM -0800 Carlos Muñoz Rodríguez
<hd_jarlac@hotmail.com> wrote:

> Hi, can someone tell me what is the java equivalent for the postgresql
> database type???

I don't know much about Java wrt PostgreSQL, but I know it uses "jdbc" to
connect to databases in a database-independent way.

<http://jdbc.postgresql.org/>
<http://www.fankhausers.com/postgresql/jdbc/>