Re: Arguments are of the wrong type message using TADODataSet for simple stored procedure



"Paul Saxton" <bnew@xxxxxxxxxx> wrote in message
news:440327b3$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello

I have a really annoying problem.

I have a simple stored procedure in my SQL Server database

CREATE PROCEDURE SpecificInsert
@nTest as int
AS
GO

This stored procedure will not return a dataset


If the stored proc isn't returning a result set, don't use the TADODataSet
component. Use TADOCommand instead.

Good luck,
krf


.



Relevant Pages