Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Long raw with ado in VB ?
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
![]() |
![]() |