Sets the correct UltraLite creator ID so that creator ID is used, rather than the AppForge creator ID.
Used with the PALM_FILE connection parameter when developing an UltraLite client application for Palm OS in AppForge.
PALM_DB=creator-ID
The AppForge creator ID.
The creator ID is a four character string. If you want to use a different creator ID than the AppForge creator ID, you must change the default value.
Any leading or trailing spaces in parameter values are ignored. This connection parameter's value cannot include leading single quotes('), leading double quotes ("), or semi-colons(;).
The following example creates a new connection and identifies different database files for the desktop, Palm OS, and Windows CE platforms:
Set Connection = DatabaseMgr.OpenConnection("file_name=d:\MyDB.udb; PALM_FILE=MyPOSdb;PALM_DB=Syb3;CE_FILE=\myapp\MyCEdb.udb")