Re: [INTERFACES] ResultSet....

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: [INTERFACES] ResultSet....
Дата
Msg-id 3795D446.569D45E7@flex.ro
обсуждение исходный текст
Ответ на ResultSet....  ("Robson Martins" <robson@netalfa.com.br>)
Список 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 по дате отправления:

Предыдущее
От: "Robson Martins"
Дата:
Сообщение: ResultSet....
Следующее
От: StOo
Дата:
Сообщение: maximum number of connections.