Results 1 to 2 of 2

Thread: store procedure

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    15

    Unhappy

    any body can tell me what is store procedure. and tell me how to used it..

    thank you


  2. #2
    Lively Member
    Join Date
    Mar 1999
    Posts
    93
    Stored procedure is an SQL or set of SQLs stored internally in your database. The advantage of this feature is that stored proc is not recompiled each time you call it and privides mush faster access to your data.
    You can use it through your connection object:
    conn.execute YourProcedureName
    Regards,
    Vit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width