I have a database containing a combination of strings and integers. It seems that the COM functions read record data as one long variant. I had hoped to be able to establish a structure containing strings and integers and simply read the record into the Visual Basic structure variable. Can this be done? If so, how?
Does this mean that I have to convert all integers in the structure to strings under CodeWarrior, then read in the variant and look for null characters as string separators? If anyone has a sample of how to read into a VB structure, that could prove to be very useful. Thanks. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
