Returns a string containing the name of your Listener configuration database.
void PalmLsnGetConfigFileName( Char * configPDBName )
configPDBName An output parameter containing the name of your Listener configuration database.
You can use this method to obtain the configuration database file name to pass into PalmLsnProcess.
To use the default configuration database file name lsncfg, copy PalmLsnDefaultConfigDB (defined in PalmLsn.h) into the output parameter.
The following example, used for the Treo 650 smartphone implementation, returns the default configuration database name in the output parameter:
void PalmLsnGetConfigFileName(Char * configPDBName) { StrCopy(configPDBName, PalmLsnDefaultConfigDB); } |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |