Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something wrong with my codes?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00818128
Message ID:
00818133
Views:
24
Change your code as follows:


SELECT * FROM Library!tCodeWord, 0 as lselected;
UNION;
SELECT * FROM Library!tCodeName;
ORDER BY 1;
INTO CURSOR crsCodeAll READWRITE

remove this line:

ALTER TABLE crsCodeAll ADD COLUMN lselected n(1)
Previous
Reply
Map
View

Click here to load this message in the networking platform