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: Oracle Data Control in VB 6

Re: Oracle Data Control in VB 6

From: wasichu <bdostal_at_state.mt.us>
Date: 8 Feb 2002 11:30:31 -0800
Message-ID: <b20d0721.0202081130.aa8b15a@posting.google.com>


Thanks Sybrand. Yes Oracle help is fairly minimal compared to many products (meaning explanatory help not just 1 sentence error msg lists), but that's neither here nor there. I'd previously searched sites such as the one you gave me for ORA-01008 but what they come up with (error msg definition) isn't exactly full of info. But, thanks, I'm adding that site to my list of references.

What I was wondering was how I might fix the problem. The 3 variables that have to be in the SP call (in order for me not to get a SQL syntax error) are simply output variables from the SP. There are no input parameters.

So, I think I understand that the 3 output parameters from the SP aren't 'defined' in VB, so there might be probs. But, is there a way for me to tell the ADO control about the definition of those 3 parameters it will be passed from Oracle? Do I have to do this rather through a Data Environment Command where I can visually define the variables & map data types?

Again, just trying to see if it's possible to do without hand coding in a class or form... Thanks for the info & I look forward to any other info you can pass my way.

Brian Received on Fri Feb 08 2002 - 13:30:31 CST

Original text of this message

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