how can i determine the datatype of the field im accessing, im using the
rs.fields = <string>. What if the data type of the field is not string, i need to
know so i can convert my <string>

im using DAO