Apostrophes in sql statement
I am trying to do a report in asp but one of the options in the drop down list says "Citizen's Presentation" here is the statement:
SQL = SQL & " where file_type = '" & request("filetype") & "'"
and this is what appears in the browser using response.write
select * from tblAgendaItemDetail(nolock) where file_type = 'Citizen' order by file_number
I have tried everything to make this works but I cannot figure it out. Any help please I would appreciate. Thank you
slypunk
__________________
slypunk
|