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

From Constantin Teodorescu
Subject Re: [INTERFACES] ResultSet....
Date
Msg-id 3795D446.569D45E7@flex.ro
Whole thread Raw
In response to ResultSet....  ("Robson Martins" <robson@netalfa.com.br>)
List pgsql-interfaces
First of all :

PLEASE, FIND A GOOD JAVA BOOK AND LEARN JAVA AND JDBC!
Also, download JDBC documentation from Sun and read it!
You will find all the information you need and even some examples.
This list is * NOT * intented to be used for Java (JDBC) training.

> 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!

Try total = rs.getInt(1);

Best regards,
-- 
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA


pgsql-interfaces by date:

Previous
From: "Robson Martins"
Date:
Subject: ResultSet....
Next
From: StOo
Date:
Subject: maximum number of connections.