| 
	Group: Forum MembersPosts: 524, 
    Visits: 30K
 
 | 
                    
			            Even with significant structure changes at some point you have to move the VFP data into SQL tables.  My approach, since I was most familiar with manipulating data in VFP was to do my changes there, creating prgs that work on a copy of of my VFP data, doing ALTER TABLE commands to add fields, copy data, transform data, allow null, generate integer keys etc.  
 
 
 The I pointed Full Convert at that and it moved it to SQL without a hitch.
 
 
 
 And if I found something I didn't like I could tweak the prg, tweak the Full convert project, then blow away the SQL database, recreate it from DDT and rerun the process.
 
 
 
 Suppose I could have done it with remote views but that turned out to be a lot more work.
 
 |