Re: mySQL++/General Question

2001-12-17 Thread Sinisa Milivojevic
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

mySQL++/General Question

2001-12-16 Thread Mike Gleason Jr Couturier
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