I am working on writing an import routine for 2.6 free tables to SQL. Currently I am just using an oledb command to get the fox data but it would be nice to be able to use a business object for the strong typing(I have a terrible memory when it comes to field names) , however it looks like you only support a DBC in the BOMapper when it creates the connection string.I guess I can just create a DBC and add the tables I need to it, but because this is going to be part of the install which means I will also need to create a VFP com object to create and add tables to the DBC aswell as ship the VFP runtimes. So might just be easier to flip back and forth to get field names and the translation. any recomendations?