Hello I have a problem with single qouotes, in may database I have records with single qouotes
eg: segundo de ângulo (''), and an SQl string like this:
strSQL2="UPDATE GLOSSARIO SET TERMO_PESQUISA=''" & temp & "'' where ID=" & Rs("ID"
& ""
So my problem is how can i use the single qouotes in the sql instructions without confliting with the single qouotes in the record.
Any ideas ?
Thanks Albano
eg: segundo de ângulo (''), and an SQl string like this:
strSQL2="UPDATE GLOSSARIO SET TERMO_PESQUISA=''" & temp & "'' where ID=" & Rs("ID"

So my problem is how can i use the single qouotes in the sql instructions without confliting with the single qouotes in the record.
Any ideas ?
Thanks Albano