MATLAB DATABASE TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 110

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag