Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SSIS imports deleted records, why?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01340770
Message ID:
01341058
Views:
9
>Yes, you are correct: when using SSIS package with Table Access Mode to copy one VFP table to another VFP table, deleted records appear as not deleted.
>
>I am not defending the explanation: I neither see the real scenario when one is using SSIS to copy one VFP table to another VFP table, nor I can imagine the purpose of copying VFP table to another database system without explicitly saying that deleted records are needed.
>
>
>So, what is your opinion or explanation?

Looks like a bug to me. When table is open directly (similar to oRS.Open("TableName")), VFP OLE DB provider ignores SET DELETED ON setting and returns all rows from the table, including deleted ones.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform