Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting into FoxPro table from DTS
Message
From
22/02/2005 03:05:14
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
21/02/2005 16:47:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00989026
Message ID:
00989142
Views:
33
>Hi,
>
>Not sure if this is a FoxPro or SQL DTS question.
>
>We've created a DTS Package which extracts from SQL 2000 OK, then trying to Insert into the a FoxPro table with a memo field is failing. If the memo field is not included on the Insert then it fails, because the memo field does not allow nulls (and the table cannot be changed to accept Nulls (not our table)). If the field is defined on the INSERT & either of these values are used 'XXXXX' or '' or ' ', the following msg appears in the DTS Error log:
>
>Step Error Description:The number of failing rows exceeds the maximum specified. (Microsoft OLE DB Provider for ODBC Drivers (80004005): Query-based insertion or updating of BLOB values is not supported.)
>
>
>Any help would be appreciated..
>
>Joe M

Edit your DTS package to use VFPOLEDB driver instead and add "set null off" command before other commands.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform