Forum: MS SQL Jul 2nd, 2008 |
| Replies: 6 Views: 3,834 Sorry I didn't get this uploaded the other night, the kids have been sick.
Suppose you have a table with the following structure:
id - int PrimaryKey
name - varchar(50)
description -... |
Forum: ColdFusion Mar 31st, 2008 |
| Replies: 2 Views: 5,633 You need to specify a value for each one.
For instance:
<cfinput type="checkbox" name="gender" value="Male" checked>
</label></td>
<td>Female</td>
<td><label>
... |
Forum: MS SQL Mar 25th, 2008 |
| Replies: 3 Views: 2,495 Are you using a cursor?
If so, you could always create a counter variable and increment it each time through the loop. Is this done through an application, or the query window? If it's done in a... |