Create DDL for a selected object
Hi All,
I want to create an application which can generate DDL for the selected database object (table,view,SP,function).
scenario: 1). Create a data connection, 2). Then select whatever the data object needed, 3). Then create the ddl for the particular object.
First two parts can be done. But the 3rd part is kind a difficult scenario. Can u please give me a help to do this part.?
Thanks in Advance
Max