Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Structural index file
Message
De
21/01/2009 16:17:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Structural index file
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01376051
Message ID:
01376051
Vues:
60
I created a cursor in my application.
as follow: SELECT field1,fields2...... into cursor smf2 readwrite

before running a report on this cursor I wanted to add some fields which I couldnt add them at the begining.

so I did:
m_alias="SMF2"

when the following code executes:
ALTER TABLE DBF(m_alias) ADD COLUMN age c(4)

I get the following error
Structural .CDX file is not found.

after that I dont find the smf2 cursor in the data session anymore.

what am I doing wrong?
any help please
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform