UltraLite Static Java User's Guide
Data Access Using the Static Java API
Configuring and managing database storage
Encrypting UltraLite databases
To obfuscate an UltraLite database
Add the following line to your code before creating the database (that is, before connecting to the database for the first time):
UlDatabase.setDefaultObfuscation( true );
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.