Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read only cursor
Message
De
09/04/2002 05:55:22
 
 
À
08/04/2002 07:35:49
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00642103
Message ID:
00642535
Vues:
16
What's wrong with

create cursor c_mycursor (name c(30), age n(3))

select name, age from mytable into mycursor

select c_mycursor

append from dbf('mycursor')

then you can

index on name tag name
index on age tag age additive

and allow the users to switch between the two (no so easy with a select statement)

append blank
zap
..... any other table functions


David.

>select name, age from mytable into mycursor
>
>select mycursor
>append blank -> error cannot update cursor !!
>
>What to do !! i need to insert a few rows
>
>Thank to you ALL
>
>João
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform