Objective Grid/J: Database Connectivity

Article ID: 1041
Last updated: 31 Jan, 2008
Article ID: 1041
Last updated: 31 Jan, 2008
Revision: 1
Views: 2825
Posted: 18 Jul, 2000
by Dean J.
Updated: 31 Jan, 2008
by Dean J.
Problem


Does the Grid support database connectivity?
Does your JDBC class only work with the JDBC-ODBC bridge, or will it work with type-4 native protocol drivers (thin-client)?


Cause





Action


Yes (to put it simply). The GXJDBCGrid only works with the JDBC-ODBC bridge, but we also have a version that works with Symantec's dbAnywhere product. If you want to hook it into your own, you can write a subclass of  GXBrowserGrid to implement your own database connectivity. The full source code is provided, so you can see how we did it.  You can also dive in and customize the Grid however you'd like.
 

Revised:  4/2/98

This article was:   Helpful | Not helpful
Report an issue
Article ID: 1041
Last updated: 31 Jan, 2008
Revision: 1
Views: 2825
Posted: 18 Jul, 2000 by Dean J.
Updated: 31 Jan, 2008 by Dean J.

Others in this category