Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Long raw with ado in VB ?
Pour autant que je sache, il n'y a aucun pb pour utiliser ADO contre
des données de type LONG - les pb commenceront qd tu passeras à vouloir
jouer avec des LOBs...
"BASSARD Gilles" <gilles.bassard_at_free.fr> wrote in message news:<3bc00770$0$1574$626a54ce_at_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 Mon Oct 08 2001 - 05:40:44 CDT
![]() |
![]() |