Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read only cursor
Message
From
09/04/2002 05:55:22
 
 
To
08/04/2002 07:35:49
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00642103
Message ID:
00642535
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform