12-28-04 10:49 PM
"Jon Flanders" <jfland@develop.com> wrote in message
news:%23QXLkzI7EHA.2600@TK2MSFTNGP09.phx.gbl...
> Ahh - you are running the wizard and probably specified arguments for the
> input parameters? I have found the wizard to act a little, umm goofy, I
> find that dialog (the one where you specify the the stored proc) works
> best
> if I just leave things alone, certainly don't let it stay null (and yes
> you'd think you should see some activity - *but* i have also found in many
> places that the UI doesn't always report things quite acurately.)
I've done it two ways: leaving all the parameters alone, and setting all
the parameters to null. Both give the same error. One of my parameters is
numeric; is this a problem? It looks like the generated statement always
tries to set parameters to a string value, even if they're numeric. I also
tried again with a different procedure that has only char and varchar
arguments, but had the same error message.
--
Curt Hagenlocher
curt@hagenlocher.org
[ Post a follow-up to this message ]
|