Re: [INTERFACES] ResultSet....
От
Constantin Teodorescu
Тема
Re: [INTERFACES] ResultSet....
Дата
Msg-id
3795D446.569D45E7@flex.ro
Список
Дерево обсуждения
Re: [INTERFACES] ResultSet.... Constantin Teodorescu <teo@flex.ro>
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 по дате отправления