Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rank code
Message
From
25/09/2008 10:53:57
 
 
To
25/09/2008 08:23:57
Muthu Vel
Sty Company
India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01350486
Message ID:
01350577
Views:
23
I have create a student rank.dbf with five fields namely 1. English 2. Maths 3. Science 4. Total marks 5. Rank.

That is not a good structure for your table. It is not normalizede and not extensible. What happens if they want to add a course called Philosophy? The table should have one record for each course and you can compute the totals and student ranks on the fly for each student using SQL - SELECT.
Previous
Reply
Map
View

Click here to load this message in the networking platform