Hi Mark,
Thanks. I will use uppercase first letter for field names to avoid conflicting with the reserved keywords.
But if I do need to have int fields in my table (besides the id of type counter provided automatically) - things like Category_ID, Listing_ID...
Does the timport XML parser support importing integer fields? Can I do something like:
xml
trimspace
field Category_ID int DATASET/RECORD@Category_ID ''
field Listing_ID int DATASET/RECORD@Listing_ID ''
Thanks again.
Thanks. I will use uppercase first letter for field names to avoid conflicting with the reserved keywords.
But if I do need to have int fields in my table (besides the id of type counter provided automatically) - things like Category_ID, Listing_ID...
Does the timport XML parser support importing integer fields? Can I do something like:
xml
trimspace
field Category_ID int DATASET/RECORD@Category_ID ''
field Listing_ID int DATASET/RECORD@Listing_ID ''
Thanks again.