Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index Error 1884
Message
De
05/04/2016 08:28:36
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
05/04/2016 08:22:22
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 SP2
OS:
Windows 8.1
Network:
SAMBA Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01634277
Message ID:
01634310
Vues:
25
I understand this approach.

There is nobody dealing with the tables. And if - I get paid to solve it. :)

>I meant something like
>
>
>select count(*) from (calias) where cTAG=tcKey and deleted() into array laDel
>if laDel[1]>0
>*** uncertain how your code best fixed to assumptions
>endif
>IF !SEEK(tcKey,cALias,cTAG)
> INSERT INTO ...
>ELSE
> REPLACE ...
>ENDIF
>
>
>or
>
>
>lcdele = set("DELETED")
>set dele off 
>IF !SEEK(tcKey,cALias,cTAG)
> INSERT INTO ...
>ELSE
> REPLACE ...
>ENDIF
>if lcdele=="ON"
> set dele on
>endif
>
>
>as a table never is safe from others fiddling with it.
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform