Hi,
How can I cut the links between tables and its database using VFP code?
I'm using some tables belonging to a database in another application(COPY FILE.. TO). When I'm trying to use SELECT ...FROM t1,t2 I get the following message:
"MyDatabase.dbc
The database for table t1.dbf could not be opened ...or delete the link"
After delete, I get the message "File must be opened exclusively". But as I said the error appears at SELECT.. FROM command within my program.
How can I solve the problem without copying the .dbc file?
Thanks in advance.
How can I cut the links between tables and its database using VFP code?
I'm using some tables belonging to a database in another application(COPY FILE.. TO). When I'm trying to use SELECT ...FROM t1,t2 I get the following message:
"MyDatabase.dbc
The database for table t1.dbf could not be opened ...or delete the link"
After delete, I get the message "File must be opened exclusively". But as I said the error appears at SELECT.. FROM command within my program.
How can I solve the problem without copying the .dbc file?
Thanks in advance.