> 
> > Hello
> > 
> > I'have some problems with single-quote,
> > if i insert some text with single-quote ( ' ) error occured !!!
> > thanks
> 
> The common way to achieve this is to double up the quotes:
> INSERT INTO table (column) VALUES ('Some ''quoted'' text');
> 
I don't try it, but in such a cases I use something like that:
'Some \'quoted\' text' 
        Rem

-------------------------------------------------------------------*------------
Remigiusz Sokolowski      e-mail: [EMAIL PROTECTED]           * *           
-----------------------------------------------------------------*****----------

Reply via email to