![]() |
Using the Database Class Utilities
|
|
Forcing Database Class Loading for an ApplicationDBClassLoad is an application bootstrap program that application-side logic can use to force Cloudscape class loading. Use the bootstrap program instead of invoking your application on the command line if the application uses classes stored in the database. NOTE: If you are running in a Java 2 environment, and you attempt to load classes from a digitally signed jar file, Cloudscape will try to validate the signature, and generates an exception if it cannot. For more information, see the Cloudscape Developer's Guide. The fully qualified program name is COM.cloudscape.util.DBClassLoad. Typically, you would invoke your class like this:
java COM.cloudscape.util.DBClassLoad databaseConnectionURL The databaseConnectionURL refers to the database in which the classes are stored. In cases when user authentication is turned on and you are using database-level class loading, you will probably not want to put the user name and password on the command line in the database connection URL. In that case, you can invoke the class like this:
For more information about DBClassLoad, see the javadoc for COM.cloudscape.util.DBClassLoad. |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |