Hi All,
I am trying to do an overnight copy of some SQL2005 data into VFP7 tables. I have tried using SSIS but I am having no joy. I am using an OLE DB Destination to get the data into VFP but I keep getting the following error:
[Insert Records [273]] Error: An OLE DB error has occurred. Error code: 0x80040E54. An OLE DB record is available. Source: "Microsoft OLE DB Provider for Visual FoxPro" Hresult: 0x80040E54 Description: "Number of rows with pending changes exceeded the limit.". An OLE DB record is available. Source: "Microsoft OLE DB Provider for Visual FoxPro" Hresult: 0x80040E54 Description: "Number of rows with pending changes exceeded the limit.".
Anyone had any success at all with using SSIS and VFP7 tables, or might be able to shed some light on this? I have no problem using OLE DB to read data from VFP but always hit a brick wall when trying to write data.
The other option I am thinking of trying is to write a VFP app to do the updating and have it run by the task scheduler on our database server. It just seems a bit crazy to go down this route when SSIS/OLEDB is supposed to do the job.
Thanks
Chris
I am trying to do an overnight copy of some SQL2005 data into VFP7 tables. I have tried using SSIS but I am having no joy. I am using an OLE DB Destination to get the data into VFP but I keep getting the following error:
[Insert Records [273]] Error: An OLE DB error has occurred. Error code: 0x80040E54. An OLE DB record is available. Source: "Microsoft OLE DB Provider for Visual FoxPro" Hresult: 0x80040E54 Description: "Number of rows with pending changes exceeded the limit.". An OLE DB record is available. Source: "Microsoft OLE DB Provider for Visual FoxPro" Hresult: 0x80040E54 Description: "Number of rows with pending changes exceeded the limit.".
Anyone had any success at all with using SSIS and VFP7 tables, or might be able to shed some light on this? I have no problem using OLE DB to read data from VFP but always hit a brick wall when trying to write data.
The other option I am thinking of trying is to write a VFP app to do the updating and have it run by the task scheduler on our database server. It just seems a bit crazy to go down this route when SSIS/OLEDB is supposed to do the job.
Thanks
Chris