Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
=SQLEXEC
Message
 
To
27/03/2000 10:58:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00350752
Message ID:
00350764
Views:
29
>When I do:
>
> =SQLEXEC(ThisForm.r_nHandle,l_cSQL,'temCursor')
>
>
>The cursor comes back with 2 fields (cause that's how many I called) but I want to add one more field to that cursor to keep track of user's changes to it.
>If I create a cursor beforehand with the same name (tempCursor) that will be replaced with my =SQLEXEC
>How do I add another field ?
You could CREATE CURSOR permCursor (tmpCursor Field1,TmpCursor Field 2 , permCursor Field 3)
then ..
=SQLEXEC(ThisForm.r_nHandle,l_cSQL,'temCursor')
select permCursor
append from tempCursor
HTH
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform