Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Long raw with ado in VB ?

Long raw with ado in VB ?

From: BASSARD Gilles <gilles.bassard_at_free.fr>
Date: Sun, 7 Oct 2001 08:42:58 +0200
Message-ID: <3bc00770$0$1574$626a54ce@news.free.fr>


I have a problem ttrying to read a long raw column from vb with ado.

the information in the column doesn't be more than 16 charcters.

if i have only one row I can do a sql command like that but in sql mode only

declare myvar long
begin
select gb into myvar from table;
dbms_ouput.ouput_line (myvar);
end;
/

But i don't know if it's possible to do this whit ado Can you help Me.
Any Idea for read long row in VB ?
thanks in advance.
Gilles Received on Sun Oct 07 2001 - 01:42:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US