Home | Previous Page | Next Page   Managing a User-Defined Routine > Modifying a User-Defined Routine >

Modifying a Java UDR

To modify a Java UDR, you can use the SQL/J replace_jar method. For example, the following command replaces the .jar file in the database with a new copy:

execute procedure replace_jar(
"file:/d:/informix/extend/Zip.1.0/Zip.jar", "ZipJar");
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]