Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kill the link
Message
 
 
To
06/01/2011 23:00:20
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01495103
Message ID:
01495105
Views:
62
>I tried to import the records from other tables in the database, either using:
>
>
>select cust1
>append from c:\branch1\data\cust1.dbf
>
>
>or
>
>
>select * from c:\branch1\data\cust1 into cursor cust2
>
>
>after that I always get errors when open my own databases.
>but if I import the records from free tables, no error.
>
>I guess there must be some link between the records and it's original database.
>
>how can I kill the link?
>
>thanks for the help
>
>regards,
>
>Jerry

For the second case add NOFILTER (or READWRITE). I don't know how do you manage to introduce an error in the first case. Is cust1 a cursor?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform