Mike Gleason Jr Couturier writes:
> Hello all !
> 
> I've got 2 questions :
> 
> Can we insert ASCII characters in an INSERT statement... like
> INSERT INTO guy(name) VALUES('ascii codes here'); so that the
> ascii code of a ';' will display a ';' in the database... understand !?
> 
> And is there a place on the net that we can browse all errors no.
> of a Connection or Result or any objects that we can create...
> 
> Thanks !
> 
> Mike
> 

You can achieve the above with ASCII codes with ostrstream class,
which is independent of MySQL, being a standard STL class.

Regarding the errors from Connection and Result, just browse our
on-line manual at www.mysql.com. Those are the same ones that come
from server or C API.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to