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
06/06/2004 02:38:05
 
 
To
05/06/2004 20:55:45
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00910353
Message ID:
00910475
Views:
19

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.



Yes.

Then, on a VFPT internal build next to 1720, this repro code not fire the error.
ON ERROR MESSAGEBOX(MESSAGE()+CHR(13)+'LINE'+STR(LINENO()),"BUG#228: aspected no errors")
CREATE CURSOR myCursor (id I NOT NULL CANDIDATE)
=KEYMATCH(CAST(NULL AS I),1)
you can confirm ?

Thanks

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform