Stored procedure

asp.net United States
  • 18 years ago

    i have a problem !


    In sql server I created a SP 'spMemberAdd'


    in asp.net I created a page frmMemberAdd


    sqlConnection
    sqlCommand
    sqlparameter


    all works fine


    but just once


    once a member has entered the stored procedure is deleted ....

  • 18 years ago

    You'll need to show some code - there is no way you're stored procedure could be dropped unless you have some glaring mistake like executing a "drop storedprocedure" or something.
    Also remember not to name your stored procedures with an sp at the start - this makes sql server look in the master database for a system stored procedure first and wastes time.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves” - Alan Kay