Recent content by worldperseus

  1. W

    Error establishing a relation in access database through sql statement

    Hi I Execute the following sql statement successfully for a Access Database. CREATE TABLE Scores ( StudentCode Text(9) NOT NULL, CourseCode Text(7) NOT NULL, SemesterCode Text(3) NOT NULL, Score Double ); CREATE TABLE Courses ( CourseCode Text(7) NOT NULL, CourseName Memo NOT NULL...
Back
Top Bottom