Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with a optimized SELECT for a not nullable index k
Message
 
 
To
05/06/2004 20:55:45
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00910353
Message ID:
01226124
Views:
17
>>
>>ON ERROR MESSAGEBOX(MESSAGE()+CHR(13)+'LINE'+STR(LINENO()),"BUG#228: aspected no errors")
>>CREATE CURSOR myCursor (id I NOT NULL CANDIDATE)
>>X = CAST(NULL AS I)
>>SELECT * from myCursor WHERE m.x = id INTO ARRAY RESULT
>>SELECT * from myCursor WHERE id = m.x INTO ARRAY RESULT	&& this fire the bug error
>>USE
>>
>
>
>Hi Fabio,
>
>Are you talking about "Index does not accept NULL." error?
>This issue has been previously reported and is already fixed in internal build.
>
>Thanks,
>Aleksey.

Thanks. In other words, in VFP8 I should ignore this error, correct?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform