SQLite connection
The sqlite
function creates an sqlite
object. You can use this object to connect to an SQLite database file using the
MATLAB® interface to SQLite. The MATLAB interface to SQLite enables you to work with SQLite database files without
installing and administering a database or driver. For details, see Working with MATLAB Interface to SQLite.
Instead of the sqlite
object, the connection
object enables you to connect to various relational databases
using ODBC and JDBC drivers that you install and administer. You can create the
connection
object by using the database
function.
The sqlite
object provides limited Database Toolbox™ functionality. For full functionality, create a database connection to the
SQLite database file using the JDBC driver. To use the JDBC driver, close the SQLite
connection and create a database connection using the URL string. For details, see these
links depending on your platform: