I have a problem when I try to save a textbox.text in to SQL sever with ADO .net using VB.net I cannot pass ;' charectors say
eg. low'
I get the error saying syntex error near low'.
I use the sql Insert commnad to insert the data.
Do I need to use another method. I also upgraded to MSDE 8 but still problem persists.
any ideas.
thanks
eg. low'
I get the error saying syntex error near low'.
I use the sql Insert commnad to insert the data.
Do I need to use another method. I also upgraded to MSDE 8 but still problem persists.
any ideas.
thanks