Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Tally and Multi-Thread?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00649205
Message ID:
00649249
Views:
9
>Can anyone say how thread-reliable the _tally object is with a MTDLL (subclassed from a timer control or formset control, not session or custom)? I was thinking that if multiple instances did some SQL and were asked for _tally, they would all say the same thing regardless of how many rows were asked.
>
>Is that true?
>
>Thanks.

_Tally is a local system variable. When you instantiate a COM server, even one configured as an MTDLL, you get a new memory space. You can't access a variable in another DLL instance's memory space unless you program some interface to it (public;y exposed method or property).

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

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

Click here to load this message in the networking platform