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
Loading
Charith LiyanagamagePosted Dec 23, 2011, 1:31 AM
Gohil JayendrasinhPosted Dec 14, 2011, 4:11 AM
1) Create webservice that return the table,view,sp,function information .
2) Create Assembly using