Does anyone know of what escape character is supported by StrPrintF in
CodeWarrior.

I need to include a ' (single quote) in the character string that I am
forming using StrPrintF( ). I've tried using a '\' (backslash) before
'(single quote) but it does not seem to work.In case i do not give anything
before the '(single quote)  i still get a '\' automatically.

Surprisingly the same behaviour is happening with '?'. I am trying to form a
partially made Query with StrPrintF before I use SQLPREPARE /
SQLBINDPARAMETER to bind values to the '?'. Nut since the '?' gets preceeded
bu a '\' automatically i cannot proceed.

Thanks In Advance
Nitin



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to