|
|
| File Information |
| Description |
This class abstracts database standard operations into a MATLAB class. All that is required is a correctly formatted connection string. The class uses under the hood the database machinery of the .NET framework.
Query results are encapsulated into MATLAB datasets for an efficient usage of the retrieved data tables.
Usage:
dbHanldler = DatabaseHandler(connectionString);
Retrieving Table Data Example:
tableDataset = dbHandler.SelectAll('TableName');
|
| MATLAB release |
MATLAB 7.10 (R2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us