ResultSet.... - Mailing list pgsql-interfaces

From Robson Martins
Subject ResultSet....
Date
Msg-id 000701bed37c$3fe796a0$1ed4d2c8@Designer2.netalfa.com.br
Whole thread Raw
Responses Re: [INTERFACES] ResultSet....  (PostgreSQL <postgres@sys.com.mx>)
List 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 by date:

Previous
From: Hugh Lawson
Date:
Subject: Re: [INTERFACES] [ANN] pg.el v0.2 -- Emacs Lisp interface to PostgreSQL
Next
From: Constantin Teodorescu
Date:
Subject: Re: [INTERFACES] ResultSet....