Home > Archive > SQL Anywhere ultralite > September 2005 > Creating database files to deploy to Palm VFS









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Creating database files to deploy to Palm VFS
Tim McClements

2005-09-15, 8:23 pm

FYI for Palm developers: as of version 9.0.2.3177...

Previously, all UltraLite database types except Palm VFS files could be
created by the UltraLite command line tools (ulload and ulcreate). Now, a
..udb file suitable for deployment to a Palm VFS card can be created by
adding "palm_fs=vfs" to the connection string on the command line. For
example:

ulload -p CRID -c dbf=ul_udb_CRID.udb;palm_fs=vfs my_schema.xml

Note the -p switch is still required.

Note that when deployed to the device, the database name must follow the
pattern ul_udb_XXXX.udb where XXXX is the creator id of the application.
Furthermore, the file must reside in the /PALM/UltraLite/ folder.


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com