Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why I'm getting "column not found" error?
Message
From
29/01/2007 14:06:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Why I'm getting "column not found" error?
Miscellaneous
Thread ID:
01190239
Message ID:
01190239
Views:
72
I am getting error"Columan "exmcode" is not found under this sql
SELECT Exam.code as exmcode, Exam.descr, Exam.fmdate, ;
Exam.year, Exam.change1, Exam.sno,;
  Exam.nmonth, Exam.bex, Exam.begdate, ;
Student.code as zcode, Student.descr as zname,;
  Student.fname, Student.sex, Student.sec, ;
Student.lcode, Student.scode,;
  Student.broll, Student.path;
 FROM student,;
     exam;
 ORDER BY Exam.exmcode;
         WHERE student.scode=thisform.scode.value;
 .and. student.lcode=thisform.lcode.value.and.student.sec=thisform.sec.value.and.student.admtd=1;
.and. Exam.exmcode=thisform.code.value;
into cursor new
Next
Reply
Map
View

Click here to load this message in the networking platform