Hi,
I receive a SQL error (below) and cannot find my error. Am I not closing the SQL statement correctly?
Error Type:
Microsoft VBScript compilation (0x800A03F6)
Expected 'End'
/project/project_form.asp, line 367
<%
MySQL = "Insert into wo_table (status) Value('"&status&"');"
%>
<Table>
<tr>
<td class="small" colspan="2"><li class="bullettext"><strong> PROJECT INFORMATION</strong></td>
<td>Project Status:
<select name="project_status" tabindex="4">
Line 367 Error------- <option><strong><%=RS("project_status"
%></strong></option>
<option value="Open">Open</option>
<option value="Closed">Closed</option>
<option value="Pending">Pending</option>
</select>
</td>
</tr>
</Table>
I receive a SQL error (below) and cannot find my error. Am I not closing the SQL statement correctly?
Error Type:
Microsoft VBScript compilation (0x800A03F6)
Expected 'End'
/project/project_form.asp, line 367
<%
MySQL = "Insert into wo_table (status) Value('"&status&"');"
%>
<Table>
<tr>
<td class="small" colspan="2"><li class="bullettext"><strong> PROJECT INFORMATION</strong></td>
<td>Project Status:
<select name="project_status" tabindex="4">
Line 367 Error------- <option><strong><%=RS("project_status"
<option value="Open">Open</option>
<option value="Closed">Closed</option>
<option value="Pending">Pending</option>
</select>
</td>
</tr>
</Table>