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 -> Re: Long raw with ado in VB ?

Re: Long raw with ado in VB ?

From: Spendius <spendius_at_MailAndNews.com>
Date: 8 Oct 2001 03:40:44 -0700
Message-ID: <2a6e94ef.0110080240.38182354@posting.google.com>


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

Original text of this message

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