I am using the Table.bas module as per the example.
Here is my Main routine:
Main:
public Sub GetMessagesSent
DateTime.DateFormat = "dd-MMM-yy"
Dim req As DBRequestManager = CreateRequest
Dim cmd As DBcommand = CreateCommand("showsentmessages", Array(AndroidID))
Dim...