Data Management Object Model Reference

ADODataSet Members

ADODataSet overview

Public Instance Constructors

ADODataSet Constructor Constructor

Public Instance Methods

Equals (inherited from Object) 
GetDataSetOverloaded. Returns a DataSet object. If a connection isn't allready open it will get opened. The DataSet is a disconnected fully updateable dataset. The caller(yes that's you) must call DataSet.Dispose() on the returned object and DataSource.Close() to clean up connections. Failure to cleanup will result in a hanging database connection thus reducing the number available in your connection pool.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
OleDbClose Closes the OLEDB db connection You must call this to properly close the db connection because simply releasing/destroying the objects does not call close.
OleDbConnect Opens the OLEDB db connection. Returns true if the connection was succesfully opened.
OleDbGetLastError Returns an OleDb Exception object. The object may contain multiple errors.
ToString (inherited from Object) 

See Also

ADODataSet Class | SPSSMR.Data.Transformations Namespace