Can I access databases with JBuilder?
Yes, but there are some restrictions. You need to find out if there are JDBC drivers for your database. JBuilder can connect to InterBase, Oracle, Sybase, Informix, MS-SQL, and other popular databases. The database architecture will work as long as you can locate a JDBC driver. Please note that it is not the responsibility of JBuilder to provide JDBC drivers for your database. The database vendor (e.g. Oracle) must implement the driver.