Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL/VFP design question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00511089
Message ID:
00511248
Views:
15
>Another question:
>
>If, in the Load of a for, I do:
>
>nResult = SQLExec(nHandle, "select * from test", "test")
>
>Is the resulting data set scoped to the form's data session?

If the form is configured to have a private datasession then yes. If it participates in the Default Datasessio, then no. It would be scoped to Datasession #1 (_Screen's datasession) and you can't close that one.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform