Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling Table Update Warning
Message
From
30/03/2005 18:02:00
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00989890
Message ID:
01000135
Views:
36
Fred-

I just tried one table.

I copied the table that was created in VFP 6.0 to a DataTest folder.
In the command window I typed

CLOSE ALL
CLEAR ALL
CREATE DATABASE Test
ADD TABLE WsCans
The error still occured.
The problem with the code below is that I would be creating the tables in VFP 9.0 not in VFP 6.0.

If you don't mind I can email you the three files for this one table.
Then we can verify the error on your side.

Dan


>Then you must be opening the tables in some other manner. Does this work without error for you? It does for me.
>
>
CLOSE DATABASES ALL
>
>CREATE TABLE t1 (f1 c(1))
>USE IN SELECT("t1")
>CREATE TABLE t2 (f1 c(1))
>USE IN SELECT("t2")
>CREATE TABLE t3 (f1 c(1))
>USE IN SELECT("t3")
>CREATE TABLE t4 (f1 c(1))
>USE IN SELECT("t4")
>CREATE TABLE t5 (f1 c(1))
>USE IN SELECT("t5")
>
>CREATE DATABASE test
>
>ADD TABLE t1
>ADD TABLE t2
>ADD TABLE t3
>ADD TABLE t4
>ADD TABLE t5
>
>
>
>>Fred-
< snip >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform