We want to start taking advantage of SSRS (SQL Server Reporting Services) but the bulk of our data is in VFP tables. I was thinking that if we created SQL counterparts to all of our tables we could use VFP Triggers to keep the SQL table synchronized with its VFP counterpart. This would allow us to start using SSRS right away and gradually repoint all of our VFP code away from the DBF's to the SQL tables. Many of the small tables have already been transferred over to SQL and are being accessed via remote views, but the really big tables will need to have all the programs touched to maintain efficiency.
Unfortunately the documentation on triggers in VFP is not very helpful. Can someone give me a code samples of how we would Insert, Update and Delete a record into the sql table from the DBF?
Thanks
Steve
Unfortunately the documentation on triggers in VFP is not very helpful. Can someone give me a code samples of how we would Insert, Update and Delete a record into the sql table from the DBF?
Thanks
Steve