Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. davek2

    Problem with Stored Procedures

    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...

Part and Inventory Search

Back
Top