Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALTER TABLE on SPT Created Cursor..
Message
 
 
To
06/08/2002 04:00:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00686490
Message ID:
00686533
Views:
44
That's maddening as hell. Why in the world should VFP care [i.e., the VFP Dev Team] if a cursor created by SPT is altered? Anyway, the best I can come up with is:
SQLExec(lnHandle, 'select...', 'crsTemp')
select crsTemp.*, 00000000 Field1, space(20) Field2 ;
   from crsTemp into cursor crsFinal readwrite
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform