Re: [INTERFACES] ResultSet.... - Mailing list pgsql-interfaces

From PostgreSQL
Subject Re: [INTERFACES] ResultSet....
Date
Msg-id Pine.LNX.4.10.9907210655570.23336-100000@gonzo.sys.com.mx
Whole thread Raw
In response to ResultSet....  ("Robson Martins" <robson@netalfa.com.br>)
List pgsql-interfaces

On Wed, 21 Jul 1999, Robson Martins wrote:

> Hello all, i want to make a select count(*) and set a variable with this value i''m using the command:
>    rs = st.executeQuery("select count(*) from imoveis where imo_situ = 'venda' and imo_tipo = 'kiti'");
>    total = rs;
> But this doesnt work!
> How do i do what i want?
> I use Postgresql 6.5 and everything is working right (database connection), i only want to know how do i do this!
> Help me..
> Hugs...Robson
> 



Hi there




total = rs.getInt("count");


Leonel Nunez



pgsql-interfaces by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [INTERFACES] [ANN] pg.el v0.2 -- Emacs Lisp interface to PostgreSQL
Next
From: Eric Marsden
Date:
Subject: Re: [INTERFACES] [ANN] pg.el v0.2 -- Emacs Lisp interface to PostgreSQL