Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.databases.oracle    |    Overblown overpriced overengineered SHIT    |    2,288 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 655 of 2,288    |
|    mcstock to thepercival    |
|    Re: variable datatype returning    |
|    07 Nov 03 07:57:10    |
      From: mcstockspamplug@spamdamenquery.com              it is very unclear what you are trying to do, especially since the code you       included does not have a valid syntax              strictly speaking, procedures do not have return values (only functions have       return values, but both functions and procedures can have OUT or IN OUT       variables, as in your example) -- so you may be using the wrong construct              the return datatype, or OUT variable datatype, will be whatever you declare       it to be -- if the value you assign to it is of a different datatype (not       recommended, oracle does implicit datatype conversion (also not recommended       in most cased)              i'm guessing that you might be referring to determining return datatypes for       dynamic sql (although that's not apparent from your post), the DBMS_SQL       package has procedures for determining the datatypes returned by SELECT       statements.              at any rate, some clarification on what you're trying to accomplish would be       helpful       --mcs              "thepercival" |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca