Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to delete a cursor? Or should I?
Message
From
25/06/2002 00:58:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to delete a cursor? Or should I?
Miscellaneous
Thread ID:
00671900
Message ID:
00671900
Views:
43
Sup guys,

I am trying to display my textbox with a certain SQL result statement, my code look something like that

local dis
dis = mySQL statment

&dis

thisform.text1.value = dis.fieldname

I have that all done and working
but when I try to issue a delete or abort to that form, I get the error message of cannot store temporary cursor

how can I fix this problem? Should i destroy the temp cursor before i delete? if so, whats the commnad of destroying such a thing? (I cant find it in the MSDN reference)

Thankx!
Tom
Next
Reply
Map
View

Click here to load this message in the networking platform