escape characters

2002-06-20 Thread Theodore Morse
rs like "'" in the statment, a sample would look something like this: INSERT INTO parts VALUES('val1', 'val2', 'val3') if I did something like: INSERT INTO parts VALUES('val1', 'bob's value', 'val3') it would di

Re: Embedded MySQL server crashing

2002-06-18 Thread Theodore Morse
ver. Ted -- Ted Morse CIHOLAS Enterprises [EMAIL PROTECTED] On Tue, 18 Jun 2002, miguel solorzano wrote: > At 08:35 17/6/2002 -0500, Theodore Morse wrote: > Hi, > > > >I tried the skip-innodb in my configuration file, it helps to a point, now > >I can create the server

Embedded MySQL server crashing

2002-06-13 Thread Theodore Morse
Hello to all! I am currently working on a GUI Application in Borland C++ Builder, and must use an embedded MySQL server in it. I am having difficulties, however, because whenever I create an instance, and destroy it, then try to make another instance of an embedded server, the second time it tri