It should work ...
You should try my free code generator available at
http://www.thrasherwebdesign.com/ind...s&hp=links.asp (here's the
download link:
http://www.thrasherwebdesign.com/dow...parameters.zip)
Oh wait, you still have the call keyword in the commandtext. Get rid of it.
It should simply be the name of the stored procedure ... nothing else:
objCmd.CommandText = "up_select_count_of_boats"
Jack wrote:
> Bob,
> Sorry for the screw up. I corrected the syntax and still I am getting
> the same error as before. Any further hints?
>
> "Bob Barrows [MVP]" wrote:
>
>> Jack wrote:
>>> Thanks for the help Bob. I appreciate it. Now the code looks as
>>> follows:
>> <snip>
>>> objCmd.Execute,,128
>> <snip>
>>>> objCmd.Execute ,,128
>>
>> See the difference? 
>>
>> --
>> Microsoft MVP -- ASP/ASP.NET
>> Please reply to the newsgroup. The email account listed in my From
>> header is my spam trap, so I don't check it very often. You will get
>> a quicker response by posting to the newsgroup.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.