Can I install my own Java classes?  Can I use the same classes on client and server?

Chapter 1: An Introduction to Java in the Database

Can I access data using Java?

The JDBC interface is an industry standard designed to access database systems. The JDBC classes are designed to connect to a database, request data using SQL statements, and return results that can be processed in the client application.

You can connect from a client application to Adaptive Server Enterprise via JDBC, using jConnect or a JDBC/ODBC bridge. Adaptive Server also provides an internal JDBC driver, which permits Java classes installed in a database to use JDBC classes that execute SQL statements.





Copyright © 2005. Sybase Inc. All rights reserved. Can I use the same classes on client and server?

View this book as PDF