Rajesh Karunakaran
Programmer
Dear Friends,
We have a VFP software. We want to shift the database from DBC to MSSQL. What I believe is that (possibly) if we create separate VFP VIEWS for each DBF table (which are being used) and use them for Data Entry Modules, we can use the existing code for updating the VIEWS as if they were DBF tables. If I am able to define, at design time, that the targeted database of the views as MSSQL DATABASE and its TABLES, I believe that the existing code itself should update the SQL automatically.
By the way, we use Data Environment and Data Buffering in most of the modules.
Does these things make sense to you? Is this a practical and possible way?
If yes, can you describe the procedure/process for getting this work?
Thank in advance,
Rajesh Karunakaran
We have a VFP software. We want to shift the database from DBC to MSSQL. What I believe is that (possibly) if we create separate VFP VIEWS for each DBF table (which are being used) and use them for Data Entry Modules, we can use the existing code for updating the VIEWS as if they were DBF tables. If I am able to define, at design time, that the targeted database of the views as MSSQL DATABASE and its TABLES, I believe that the existing code itself should update the SQL automatically.
By the way, we use Data Environment and Data Buffering in most of the modules.
Does these things make sense to you? Is this a practical and possible way?
If yes, can you describe the procedure/process for getting this work?
Thank in advance,
Rajesh Karunakaran