0

Execute a stored procedure

Is it possible to execute a stored procedure within Jet?
I can run a simple SQL statement with this code,
=NL("Rows","SQL=SELECT Field1 from Table",Field1")

,but would like to be able to execute a stored procedure. I've tried this,
=NL("Rows","SQL=EXEC sp_storecproc","Field1")
, but the error I get says, "The SQL query must begin with the 'SELECT' keyword.

Thanks,
Tim

6 comments

Please sign in to leave a comment.