Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors with strange behaviour
Message
From
02/10/2001 11:46:49
 
 
To
02/10/2001 11:36:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00563037
Message ID:
00563087
Views:
23
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 ...
Previous
Reply
Map
View

Click here to load this message in the networking platform