Viewing post 1 (of 1 total)
There is much easier way in VB. You can just apply replace function to string you want to pass to SQL, for example:
strText=replace(strText,"'","''")
Should work
February 13, 2004 at 1:04 am
#493949