ADODataSet Constructor | Constructor |
Equals (inherited from Object) | |
GetDataSet | Overloaded. 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) |
ADODataSet Class | SPSSMR.Data.Transformations Namespace