Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dll . File In Use
Message
 
 
To
16/03/2009 10:04:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01387420
Message ID:
01388376
Views:
41
If the table is used under particular alias, you can not use it under the same alias, you need to use different alias, e.g.

use myTable again alias newAlias in 0 shared

>I will make more tests
>When I do the tests
>I add a code in the Init Event This.nInitDataSess = this.DataSessionId
>
>o = createobject("class.dll")
>=MyMethod()
>? o.nInitDataSess && Gives 2
>=MyMethod()
>? o.nInitDataSess && Gives 3
>
>But after you answer, which I guess you are correct
>I test again and it gives 2 in the first and second run
>
>Now after more testing, the error in Select 0 but for diffrent reason
>
>Select 0
>Use Mytable shared alias par && works
>Select 0
>Use Mytable shared alias par && Fails at second run
>
>but
>
>Use Mytable shared alias par && Works
>Use Mytable shared alias par && Works
>Use Mytable shared alias par && Works
>
>Thanks for pointing it out.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform