Hi Yashoda, You can use SqlCommand for the insert statements, and SqlParameter to pass the parameters for the insert statement in this case.
hope this would helps you. Regards, Sravan. On Wed, Jul 22, 2009 at 10:32 AM, yashodabest v<[email protected]> wrote: > > Hi............. > I'm having a little bit problem in c# 2005 sql insert statement. > Do u know how to send descriptions with single quotation without replacing > it with double quotations. > like "Perera & Son's Stores" > Here Son's has a single quotation so it gives an error. > Thanks in advance. > Rgds, > Yashoda
