Hello
I am trying to store a SQL statement within a data field eg
Select name from salesmen where team ='North Team'
When I inset the text it becomes truncated. I have worked out
that ASP is cutting the sdtatement based on the quote.
Is there a way of enabling users to record this type of data
via asp and dreamweaver.
I have tried using replace
<%=Replace(Request.Form("EXPROCD_SQL"), "'", "''") %>
But I get an odbc error message. incorrect syntax near ".
Many thanks
Steve