ResultSet....

Поиск
Список
Период
Сортировка
От Robson Martins
Тема ResultSet....
Дата
Msg-id 000701bed37c$3fe796a0$1ed4d2c8@Designer2.netalfa.com.br
обсуждение исходный текст
Ответы Re: [INTERFACES] ResultSet....  (PostgreSQL <postgres@sys.com.mx>)
Список pgsql-interfaces
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

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Hugh Lawson
Дата:
Сообщение: Re: [INTERFACES] [ANN] pg.el v0.2 -- Emacs Lisp interface to PostgreSQL
Следующее
От: Constantin Teodorescu
Дата:
Сообщение: Re: [INTERFACES] ResultSet....