Thank you all.
I purchased a Global Cities database and the database is in text file. Database manual tells me about the fields and their datatypes. Some are varchar(5), some are int, and some are numeric(12,7). The varchar and int datatypes are straight forward but the numeric(12,7) is confusing me!
Do you guys have any idea in which datatype I should put numeric(12,7) in my SQL 2000 table?
Mike