C# and Sql server 2000 stored procedure
-
How to excecute stored procedure by using c# application in run time? I need to know the coding. Please someone help me as soon as possible Thanx
Thilani
00thilani wrote:
How to excecute stored procedure by using c# application in run time?
Have you searched anywhere yet? The following classes will be useful to you: * SqlConnection[^] * SqlCommand[^] * SqlDataReader[^] The following properties and methods on the command will be useful to you: * CommandType[^] * ExecuteReader()[^] If you try something and it doesn't work then show us what you've tried and we can help you out. There are plenty examples in the links that I gave you. If you are still stuck, show us what you did and we can correct it for you.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog