store procedure

  • Thread starter Thread starter Hrcko
  • Start date Start date
H

Hrcko

How to use store procedure to store data?
I have a User Name and would like to change it's password.

Hrcko
 
Store procedure is the way to manipulate your DB record on the server
side.
It's just SQL with several extentions for each DB (PLSQL for Oracle,
TSQL for MSSQL)
Asking how to change smth by SP has no sence.

What's your data and where would u like to change it?
 
I'm calling store procedure from the code in csharp.
I made s store procedure on sqlserver side.

Hrcko
 
Back
Top