On a more positive note, the sqlcommand type api http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.aspx should sort you out. There shouldnt be any difference to performing DDL on views or tables in SQL server. As for the cursors, I am assuming this might help? http://msdn.microsoft.com/en-us/library/aa905893(v=SQL.80).aspx
On Oct 10, 5:46 pm, srihari k <[email protected]> wrote: > hi, > > Can we call sql server Views from .Net code ? Any sample code will be > helpful. > > Can we call sql server Cursors from .Net code ?Any sample code will be > helpful. > > Regards, > KSP
