[RSS]

Using JDBC-ODBC Bridge Layer in NetBeans


Author(s): Arpit Goel & Prateek Garg

Introduction


For better quality of the screencast, download all the attachments and view it locally.

About Demo
This doc is based on a Flash Demo, developed using Wink. It shows how to establish connection to database through JDBC using JDBC-ODBC Bridge, how to create table and run simple SQL queries.

  • Once you have set up the connection to your database, you can perform the various operations related to SQL:-
    1. Create , edit data structures
    2. Enter SQL queries and see the results immediately
    3. Connect to multiple databases
    4. Transfer table schemas across databases.


JDBC-ODBC Bridge
  • The Java Software bridge provides JDBC access via ODBC drivers.
  • Note that you need to load ODBC binary code onto each client machine that uses this driver.
  • As a result, the ODBC driver is most appropriate on a corporate network where client installations are not a major problem, or for application server code written in Java in a three-tier architecture.

References


Creating a Flash Demo of NetBeans IDE

Trail: JDBC(TM) Database Access

Attachments

demo.htm Info on demo.htm 712 bytes
demo.js Info on demo.js 118 bytes
demo.swf Info on demo.swf 4902558 bytes