MATLAB DATABASE TOOLBOX RELEASE NOTES Guia do Utilizador Página 110

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 684
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 109
2 Getting Started with Database Toolbox
2-84
3
Select OTHER from the Vendor list.
4
Enter the SQLite driver Java class object in the Driver field. Here, use
org.sqlite.JDBC. After entering the driver, if you did not add the JDBC driver
file path to the Java class path, this dialog box displays this message at the bottom.
Address this message by following the steps described in Step 2.
5
Connect to the SQLite database by creating a URL string using the format
jdbc:subprotocol:subname. The jdbc part of this string stays constant for
any JDBC driver. subprotocol is a database type. In this case, subprotocol is
sqlite. The last part of the URL string is subname. For SQLite, this contains the
location of the database. For example, your string is jdbc:sqlite:dbpath, where
Vista de página 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 683 684

Comentários a estes Manuais

Sem comentários