Right before the execute statement,
put in msgbox that displays SQL,
and see if you can spot an error
in the string.
Also check if SQL is reserved. Jim
oracle, vb
OK, forget my first suggestion.
The error message seems to be indicating that "Test"
is read only. Can you verify that? Can you write a short
routine that opens up Test, reads it, and attempts to
update it? Use debug and highlight the various variables
to see their values, if...
if all else fails,
find code for a daemon that
will listen for commands via a pipe.
You can find code like that on the
internet, or in oracle's book on
your version of oracle.
In the stored procedure, pipe the
command to the daemon, which
will execute it. Well, in unix
it's called a daemon, in...
I don't remember for sure, but don't you have
to provide a break or some such statement to keep
the case statement from continuing on to to the
next choice? Jim
oracle, vb
Note that depending upon your sequence buffer setting,
among others, that you may experience some gaps in
your sequence(s). The buffer gets some number of
sequences, say 10 or 20, but if they're not used in some
period of time, the remaining are tossed and the sequence
starts again at a higher...
Isn't there a way to convert a long to a varchar2, assuming
the long isn't over 32k or whatever the current limit is? You could
then convert the varchar2 to a number. Jim
oracle, vb
There's a book something like XML and Oracle
that shows how to generate XML using Oracle
commands. I'll take a look at the title tonight
if you can't locate it. Jim
oracle, vb
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.