| 1.What is the use of *tcptimeout function ? |
sets the Network timeouts in ms for Connection Receive and send.This function is only applicable for Palm OS.
Example:
setosvar("*tcptimeout","10,10,10") |
| Top |
| 2.What is the search order for the GoDB application in Palm device? |
In palm device the applications are stored in the palm internal memory by default. Hence the search order for the application.pdb is given below.
1. Search in Internal memory.
2. Search in Storage Card memory
|
| Top |
| 3.What is the minimum OS version for Palm to use GoDB ? |
| GoDB supports from Palm OS version 5 and above |
| Top |
| 4.How to deploy the application in Palm using gStudio? |
1) Make sure that HotSync application is installed and running.
2) Target the Project in Gstudio to Palm.
3) Build the project.
4) GoTo Menu Tools-> Palm Publish.
|
| Top |
| 5.How much of memory is required to run a GoDB application on PDA? |
| Minimum 8 MB of memory |
| Top |