Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Select statement
Miscellaneous
Thread ID:
00418091
Message ID:
00418091
Views:
49
I created a cursor and trying to apply it to a select staement.

select all a.cid, a.cname, b.csemester, b.ccourse, b.ccouroff, b.cstudent from sys_mast a, enroll b where alltrim(a.cname) in (select alltrim(sem_Names) from SQL_Sem) into dbf c:\attend\temp

after I run this, I get all the values to the temp table, but cid, cname fields are empty.

I have spent a lot of time for this, I am going crazy.
Why am I not getting cid, cname field values?

I got so many reply for my previous questions and you guys have been very helpful. I appreciated it.
Next
Reply
Map
View

Click here to load this message in the networking platform