Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesHi all! Running the code below in SQL-analyzeer (or through dbExpress) results in NU LL. As one might guess I would like the result to be 1. What is wrong? I.e, why wont the result of the SP come back to the caller? CREATE PROCEDURE test @val INTEGER OUT AS SELECT @val = 1 GO DECLARE @val INTEGER EXEC test @val SELECT @val
Post Follow-up to this messageEXEC test @val OUTPUT Simon
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread