Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:jdbc:home [2011/01/12 20:47]
els
dev:jdbc:home [2016/06/28 22:38] (current)
Line 3: Line 3:
 ====== Development:​ JDBC Interface ====== ====== Development:​ JDBC Interface ======
  
-**[[dev:​jdbc:​home|Overview]]** ​| [[dev:​jdbc:​datasources|JDBC Datasources]] ​| [[dev:​jdbc:​sample|Sample Program]] ​+**[[dev:​jdbc:​home|Overview]]** | [[dev:​jdbc:​sample|Sample ​Java Program]] ​
  
 ---- ----
Line 20: Line 20:
   import java.sql.*;   import java.sql.*;
  
-The Omnidex JDBC driver requires that you load it with the java.sql.DriverManager+The Omnidex JDBC driver requires that you load it using the following statement
  
   Class.forName("​omnidex.jdbc.OdxJDBCDriver"​);​   Class.forName("​omnidex.jdbc.OdxJDBCDriver"​);​
Line 39: Line 39:
 =====  ===== =====  =====
  
-**[[dev:​jdbc:​datasources|Next]]** ​+**[[dev:​jdbc:​sample|Next]]** ​
  
 ====== Additional Resources ====== ====== Additional Resources ======
Line 45: Line 45:
 See also:  See also: 
  
 +  * [[dev:​odbc:​filedsn| ODBC File DSN Syntax Specification]]
 {{page>:​dev:​see_also&​nofooter&​noeditbtn}} {{page>:​dev:​see_also&​nofooter&​noeditbtn}}
  
 {{page>:​bottom_add&​nofooter&​noeditbtn}} {{page>:​bottom_add&​nofooter&​noeditbtn}}
  
 
Back to top
dev/jdbc/home.1294865221.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)