data = readall(dbds) returns
all the data in the DatabaseDatastore object dbds,
and resets the DatabaseDatastore to the point where
no data has been read from it.
Create a database connection using a JDBC driver. To create this connection, you must configure a JDBC data source. For more information, see the configureJDBCDataSource function. Then, create a DatabaseDatastore object and read all data stored in the object.
Create a database connection to the JDBC data source MSSQLServerJDBCAuth. This data source configures a JDBC driver to a Microsoft® SQL Server® database with Windows® authentication. Specify a blank user name and password.
Query results, returned as a table of the records in the data
set. Executing the SQL statement specified in the Query property
of the DatabaseDatastore object creates the data
set.