Hi,
Im trying to have an aspx page call a Stored procedure that inserts a record into a database.
My stored procedure is relatively simple, it looks like this:
CREATE PROCEDURE sp_Insert_Data AS
INSERT INTO spHits (SPRNumber) VALUES ('Test')
Thats all it is and the syntax checks fine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.