To All
How can I test if a Sql field is a character value type. I can test for the valtype of a variable assigned from a field is character, but if the table is empty there is no way to assign a field value to a variable to test its valtype ?
cName := oRs:Fields("Covered By Warranty"):Type .. returns the position of the field in the structure but not its valtype ..
Rick Lipkin