MATLAB DATABASE TOOLBOX RELEASE NOTES Guide de l'utilisateur Page 33

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 684
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 32
Connection Options
2-7
Connection Option Why Use This Option?
Database Explorer Use Database Explorer to:
Visually inspect the structure, or schema, of your
database.
View the tables and columns and rows in a table to
assess the general size of your database.
Select the data in a table and import it into a
MATLAB variable.
Generate a MATLAB script.
Generate an SQL query.
For details, see “Selecting Data” on page 2-195.
Command line Use the command line to:
Import data from a database into MATLAB.
Export data from MATLAB into a database.
Work with large amounts of data.
Run SQL queries stored in text files.
Run stored procedures and functions.
There are multiple options to connect to your database using the command line. Use this
table to choose your best option.
Connection Option Why Use This Option?
Native ODBC connection using
the command line
Connect to your database with maximum performance.
For details about the native ODBC interface, see
“Connecting to a Database Using the Native ODBC
Interface”.
JDBC connection using the
command line
Achieve maximum platform independence. Use
functionality not supported by native ODBC.
ODBC connection using the
command line
Only use this option after trying to connect to
your database using the native ODBC and JDBC
connections.
Vue de la page 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 683 684

Commentaires sur ces manuels

Pas de commentaire