Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO MyTable DATABASE MyDatabase Error
Message
From
27/06/2005 15:30:00
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
COPY TO MyTable DATABASE MyDatabase Error
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01026839
Message ID:
01026839
Views:
58
Trying to open a table and copy it into a new database, but I keep getting an error along the lines of "...already exists as part of a database..." on the COPY TO command. The new database is totally empty. What gives? I didn't put all the code in here, but the databases are in different locations as well.
CREATE DATABASE MyNewDatabase

USE MySourceTable SHARED IN 0 && From original database location

SELECT SourceTable

COPY TO MyNewTable DATABASE MyNewDatabase WITH CDX
Next
Reply
Map
View

Click here to load this message in the networking platform