Login | |
|
 |
RE: Database on SQL server - 7/9/2007 7:59:41 AM
|
|
 |
|
| |
mcds99
Posts: 407
Score: 4
Joined: 2/28/2006
Status: offline
|
Is this home work?
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
 |
RE: Database on SQL server - 7/12/2007 2:57:36 AM
|
|
 |
|
| |
mcds99
Posts: 407
Score: 4
Joined: 2/28/2006
Status: offline
|
Someone moved this to a different spot... I put the code in an html file and it generated the headers. You need to get the values from the database. If I assume, something I don't like to do (we all know why), that the table column headers are the names of the columns in the SQL table then you still need to pull the data from the database and put it in to the html table. Put each value in to a variable something like this valueA = applied.value valueB = etr.value Then put the variables in to the html table. Use something like <td><input type="text" name="valueA"></td>
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
 |
RE: Database on SQL server - 7/18/2007 7:24:13 AM
|
|
 |
|
| |
mcds99
Posts: 407
Score: 4
Joined: 2/28/2006
Status: offline
|
I can be of some use ;-)
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
|
|