How to retrieve DDL?

  • Thread starter Thread starter myjunkbuster
  • Start date Start date
M

myjunkbuster

Is there a way to retrieve the ddl from a database via C#? I'd like to
extract the parameter information and build a quick test harness.

thanks,
Scott
 
Your question is unclear, can you tell more abt what do you want to achieve
?

Kalpesh
 
I'd like to write a c# program that I can use to build a dynamic webform
that will present the user with a input textboxes that match the target
stored procedure in number and type. I think I can accomplish this by
capturing the proc's ddl info. Or perhaps by using a built in ado.net
function.
 
Back
Top