on 2012 Oct 26 11:05 AM
We have an UltraliteJ application that creates a .udb file called customers.udb. We are trying to unload the database to an xml file using ulunload -c "DBF=customers.udb" test.xml. No matter what we do, the ulunload utility keeps saying that customers.udb is not a database. Has anyone had success with this utility? It seems like it would be simple but maybe our syntax is off.
We really need to know which platform you are targeting. UltraLiteJ for Android uses UltraLiteC to manage database files, so you would use UltraLiteC utilities such as ulunload. UltraLiteJ for BlackBerry and J2SE uses a pure Java library to manage database files (which are formatted differently), so you would use UltraLiteJ utilities such as uljunload. Typically, .ulj is used for the database file extension for the latter, but that is not required.
It could be that you are using UltraLiteJ for J2SE to create the database, and using UltraLiteC utilities.
The SQL Anywhere version and build number would also be helpful. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.