B
Barry George
I am new to sqlServer and am doing an application front end using Access
2003 and the backend sqlServerExpress 2005.
When I run a very simple Stored Procedure on a table called 'MiscCharges'
such as;
SET NOCOUNT ON
UPDATE MiscCharges SET Description='New Description'
WHERE Joborder='1000'
I get the following message: "the procedure executed successfully but did
not return records"
This happens regardless of how I run the SP. Either in the SP window or from
VBA code.
I don't get this message with a simple SELECT sql statement.
What am I doing wrong?
2003 and the backend sqlServerExpress 2005.
When I run a very simple Stored Procedure on a table called 'MiscCharges'
such as;
SET NOCOUNT ON
UPDATE MiscCharges SET Description='New Description'
WHERE Joborder='1000'
I get the following message: "the procedure executed successfully but did
not return records"
This happens regardless of how I run the SP. Either in the SP window or from
VBA code.
I don't get this message with a simple SELECT sql statement.
What am I doing wrong?