Hi, really stupid question (i'm new to this since 1 month). In VBscript/asp is there a function that accepts or converts 's in an SQL statement?
For example when I type in a name like D'Silva in my text box on this search engine I did, I get:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
Microsoft][Pilote ODBC Microsoft Access] Syntax error(operator absent) in the expression '(Uresp LIKE '%d'silva%') ORDER BY Dénom_français'.
This is because of the ' in d'silva I know...but what function corrects this? My books are of no help and I've been searching the web all day. Can someone help?
Thanks in advance
Kirsten
For example when I type in a name like D'Silva in my text box on this search engine I did, I get:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
Microsoft][Pilote ODBC Microsoft Access] Syntax error(operator absent) in the expression '(Uresp LIKE '%d'silva%') ORDER BY Dénom_français'.
This is because of the ' in d'silva I know...but what function corrects this? My books are of no help and I've been searching the web all day. Can someone help?
Thanks in advance
Kirsten