Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from sdf old values
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Append from sdf old values
Divers
Thread ID:
01002412
Message ID:
01002412
Vues:
70
Hi guys,

I have a problem with an append from sdf which load a cursor create like this
CREATE CURSOR Tempo (TInd C(1),Tdin C(8),TMarque C(50),TFormat N(7,1),;
TTeneur C(40),TForme C(20),TType C(2),TManuf C(10),TAqpp C(3),;
TAhfs1 C(8),TAhfs2 C(8),TAtc C(10),TNature C(1),TAnnexe C(1),;
TDinRamq C(8),TDinMac C(8),TDinSsna C(8),TOldDin C(8),TNarco C(2),;
TRum C(1),Tcout N(9,2),TCoutUn N(9,4),TCoutUnPPB N(9,4),;
TExcep C(1),TRamq C(1),TPharmaco C(1),TPPB C(1),TEcono C(1),;
TIndivisible C(1),TPodiatre C(1),TSage C(1),TIndThera C(1),;
TCodeMedic C(10),TCup C(12),TPlanAlpha C(26),TPlanNum C(9))
			
SELECT Tempo
INDEX ON TDin TAG TDin
SET ORDER TO TAG TDin
The records are appended but they are values from an old file which was use months ago to append record into the cursor.

Here's the append from command :
SELECT Tempo
APPEND FROM(Thisform.pgeImport.Page1.txtFile.Value) SDF
I've check with NotePad the file entered in the txtfile.value and I should have the same values into the cursor but no. Could this be a problem with the OS (Windows Server 2000) cache or a configuration ?

Any ideas ? I'm totally lost with this one.

TIA.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform