I am new to vb.net and vs 2008 so here is my problem. I have a foxpro free table that I read into a dataset then I do some manipulation of the data. What I can not figure out is how to write out to a new foxpro file with some extra fields added to it. I know I can do a "create table" but how will I know what the field lengths and data types of the original foxpro file? The problem is the file is a user supplied one so its structure is not predfined.