for x = 1 to infinity
print "Thank you"
next x
LOL, thanks a ton, that did it
"paii, Ron" <pa**@packairinc.com> wrote in message
news:10*************@corp.supernews.com...
I solved this by passing sourcefield to a function that replaces the
single quote with 2 quotes.
"Danny" <da********@hotmail.com> wrote in message
news:Kw*******************@news4.srv.hcvlny.cv.net ... I am doing this on a table in a database.
sql query = "select all names where instr(sourcefield,searchstring) > 0"
this fails when there is embedded quotes in sourcefield such as
"the book entitled "The Sun Shines" is a book about..."
how to handle this?
thanks