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

Home -> Community -> Usenet -> c.d.o.tools -> Can VB access Oracle db types?

Can VB access Oracle db types?

From: MB <mjboskoNOSPAM_at_eburg.com>
Date: 2000/04/29
Message-ID: <390a34f7.215347703@news.eburg.com>#1/1

Can VB handle user-defined types coming out of Oracle? My client wants to define a db package that contains a type:

ie.
type myTYPE (

     TP  VARCHAR2(10),
     BlockId   NUMBER(38),
     BlockServerId VARCHAR2(4),
     .....

    )

How will VB handle these (hmm), better yet, how will I handle these in code reading from and writing to the database? Can VB handle it?

I need to know asap so that I can give them the go-ahead to make such a change.

Thanks so much!!

Mike

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- Received on Sat Apr 29 2000 - 00:00:00 CDT

Original text of this message

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