Forum Moderators: open
This should return a record from the Employ table (recordset) to ASP page, but I'm get the error message
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/jobdetails.asp, line 3, column 52
query="select * from employ where id="&request("ID")""
Employ is the table.
ID is a field in the table.
I am not familiar with the &request command. I wonder if the syntax is right here?