Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with a optimized SELECT for a not nullable index k
Message
From
05/06/2004 20:55:45
 
 
To
05/06/2004 11:27:29
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00910353
Message ID:
00910447
Views:
23
>
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform