I have an application that uses a SQL Server 2000 database. I want to create a VFP 9.0 dbc that contains a remote view for each table in SQL Server. I plan to use remote views to access the data. I need to create a dbc to match the SQL Server database. The SQL Server database was originally created from a VFP app and we use remote views to switch our application from vfp tables to SQL Server. Someone added several tables & fields to the SQL Server database and we would like to have a VFP app create the dbc from SQL Server rather than manually go thru each table.