How to create a Stored Procedure programmatically using C#

  • Thread starter Thread starter Abdulla Herzallah
  • Start date Start date
A

Abdulla Herzallah

Hi every one I have tried to search for any links, hints clues on how to
create a Stored Procedure programmatically using C# but came back with empty
handed :-(
I know it is definitly possible (i.e. what the Query Analyzer can do).
I will appreciate any help.
thanks

Abdulla
 
Abdullah,

Just create the SQL strings and execute those using the executenonquerry

I hope this helps?

Cor
 
Back
Top