Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manually exporting tables to MS SQL Server
Message
From
22/10/1997 10:03:57
Monte Murdock
Universal American Mortgage Company
Clearwater, Florida, United States
 
 
To
22/10/1997 09:47:25
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00055497
Message ID:
00056015
Views:
31
>>>For several days I've been trying to find an easy way to dump my FoxPro table(s) onto our MS SQL Server programatically (without using the Upsizing Wizard). I was curious how the rest of the FoxPro community was doing this.
>>>
>>>APPEND FROM into a remote view didn't seem to work; only kept first 200 records. Please help!
>>
>>Gino,
>>
>>Are you sure that your VFP table doesn't have any data that breaks rules in the SQL Server Table? APPEND FROM should work fine.
>>
>
>
>Good point. I look into this. Still doesn't make sense why that would fail but the INSERT INTO for each records doesn't. It said ID cannot be null..well, there are no NULL ID's in my VFP table! A bit strange.
>
>Thnnk you!
>- GM


Gino

Try selecting NULL (When checked, specifies that the field can accept a null value.) for each field in your table before you execute the APPEND FROM to the view. I had a similar problem with Remote Views in VFP.

MOnTe
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform