JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

The SqlCommand Class

SQLCommand objects are very nearly the same as OleDbCommand objects, except they're designed to be used with SQL connections, not OLE DB connections. You can use them in the same way as outlined in the previous topic, and SQLCommand objects support all the methods listed in that topic, as well as one more: ExecuteXmlReader, which creates an XMLReader object that makes handling the database with XML easy.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor