Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursors with strange behaviour
Message
De
02/10/2001 11:46:49
 
 
À
02/10/2001 11:36:51
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00563037
Message ID:
00563087
Vues:
24
Cetin,

>I don't know what you want to do. Possibly I'd do like this:
>use myView
>afields(aStruc)
>create cursor myParallel from array aStruc
>append from myView
>and duplicate inserts :
>insert into myView ..
>insert into myParallel ..
>
>Or better :
>lcTemp=sys(2015)+'.dbf'
>Copy to (lcTemp)
>*Do whatever
>erase (lcTemp)
>
>Or if applicable (size wise):
>use myView
>afields(aStruc)
>create cursor myParallel from array aStruc
>appen from myView
>*insertions
>copy to array myArray for recno() < 0
>insert into myParallel from array myArray

Thanks for the suggestions, they are quit evident. I solved the problem already using non-SQL statements.

Now I know for the future ...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform