|
I worked through the error and have another one:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near '='.
/home/register_2.asp, line 80
I added:
response.write(sql)
response.end
before line 80
and this is what now shows instead of the error:
SELECT fldSINCE, fldEXPIRES, fldUNIT FROM mms_tbl_user WHERE ID =
I don't know what to do next with this information. Can you help me please?
Thanks
|