codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  SQL stored procedures  embedzit at 10:55 on Tuesday, October 11, 2005
 

excuse me if this is a dump question, but what's the reason of stored procedures and how it's used? i mean when i create a stored procedure, where should i put the execute statement?

thx for any reply :)

  Re: SQL stored procedures  kyubo at 05:06 on Thursday, October 13, 2005
 

well.. imho.. i use stored proc (sp) for queries that have a tendency to change a lot.. that way, when the query changes, we only have to update the sp.. we can leave the program undisturbed..
we can execute the sp from the program..


  Re: SQL stored procedures  embedzit at 20:54 on Saturday, October 15, 2005
 

thx alot ya, btw, can u show me any example code on sp? im still quite blur after the tutorial my lect gave me... still hv abit doubt on this thing ....and actually how to cal the sp?method?

  Re: SQL stored procedures  muthugv at 09:45 on Wednesday, October 26, 2005
 

Stored Procedures are sql server side sql scripts. you can write it using t-sql in sql server and pl/sql in oracle. stored procedure sql scripts can be used for selection, insert, update and delete operations basically but also can do a lot - just consider it as a programming language without windows interface (just like good old days 'c' programming language with sql interface).. calling stored procedure from any programming language improves programming efficiency... you can also write customized transaction based operations using stored procedure. T-sql is a fantastic sql programming language..








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: sorting and Linked list
•  Re: need help linked list
•  Re: Help with arrays
•  Re: Reading from a file
•  Re: Why Use Method?
•  Re: Help with a simple program
•  Re: need help with quiz
•  Re: Help with filesystem object & displaying in a table
•  Re: Genetic Algorithm Help


Recent Articles
Multiple submit buttons with form validation
Understanding Hibernate ORM for Java/J2EE
HTTP screen-scraping and caching
a javascript calculator
A simple way to JTable
Java Native Interface (JNI)
Parsing Dynamic Layouts
MagicGrid
Caching With ASP.Net
Creating CSS Buttons


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005