July 11, 2004 at 9:42 pm
Hi,
How can I insert the following variable using
Insert Into ...
Values....
the value is --> 2','3','4 <--- Exactly as it is here!! I just cant figure out a way to get it to recognise it as a single variable. Many thanks
July 11, 2004 at 10:17 pm
July 11, 2004 at 10:20 pm
Thank you, that worked!
July 12, 2004 at 11:08 pm
One more way is to replace all single instance of "'" with "''" using replace function.
July 13, 2004 at 2:47 pm
You can also insert:
'2'',''3'',''4'
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply