Format of the Database Trace log

The specific content of the Database Trace log file depends on the database you are accessing and the operations you are performing. However, the log uses the following basic format to display output:

COMMAND : (time)
   {additional_information}

COMMAND is the internal command that PocketBuilder executes to perform the database operation.

time is the number of milliseconds it takes PocketBuilder to perform the database operation. The precision used depends on your operating system’s timing mechanism.

additional_information is additional information about the command. The information provided, if any, depends on the database operation.For an example of Database Trace output, see “Sample Database Trace output”.