原帖由 pwct 於 2008-11-25 14:59 發表 
參加者同各評分項目分數係program 上面關聯
唔駛係mysql?
咁就可以做到
每個參加者 ( a,b,c,d,e ,total)[評分項目] ( 10,9,8,7,6,total) [分數]
咁樣?
you need to create database in the mysql server.. and later you need to write code to make jsp pages connect to the mysql database
1 - you need to make connection to the mysql ( import driver mysql driver, create connection code, create statement ,resultset and of course your string sql command)
( i use netbeans 6.5 ide) |