Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling Table Update Warning
Message
De
30/03/2005 18:02:00
 
 
À
30/03/2005 14:11:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00989890
Message ID:
01000135
Vues:
33
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 >
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform