Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > General > Database Concepts & Design > Storing acadmic performance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-03, 15:41
Ian Griffiths Ian Griffiths is offline
Registered User
 
Join Date: Jun 2003
Location: Merseyside, UK
Posts: 1
Storing acadmic performance

Hi,

I'm developing a system to track student progress. The database that underlies the system basically has to tie in criteria to evidence. Thats a fairly simple thing to do on the surface of it except for the many forms that evidence may come in, and here lies my problem.

Evidence may be as simple as a one line remark (although it'd be nice here to track time/date/author - which is itself potentially another table). Evidence may also be as complicated as an image, movie, zip file, work doc, text, rtf, many types.

I'm really after throwing ideas around on how best to accommodate whatever evidence my students can throw at it.

Its NVQ btw, so don't say 'have them do everything multiple choice questions'
Reply With Quote
  #2 (permalink)  
Old 06-30-03, 20:17
sbaru sbaru is offline
Registered User
 
Join Date: Jun 2003
Location: Ohio
Posts: 148
Not sure if I understand the situation correct, but if the issue is about tying a file to the record, I would store the file in the file system and store the path in one of the columns in the table. And let the front end handle the task of pulling the actual file for a database record. This way, it does not matter what the format of the file is and there isn't any at all. Let me know if your issue is different.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On