RE: Inserting '#' char as part of a field

2003-02-18 Thread Inbal Ovadia
Hi Are there any other characters with the same problem like #? Thanks -Original Message- From: Robby Tanner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:16 AM To: Stefan Hinz Cc: [EMAIL PROTECTED] Subject: RE: Inserting '#' char as part of a field I solved

RE: Inserting '#' char as part of a field

2003-02-17 Thread Robby Tanner
z [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 4:10 PM > To: Robby Tanner > Cc: [EMAIL PROTECTED] > Subject: Re: Inserting '#' char as part of a field > > > Robby, > > > How can I get MySQL (via ZeosDBO in Delphi 5) to accept the # > > sign?

Re: Inserting '#' char as part of a field

2003-02-17 Thread Stefan Hinz
Robby, > How can I get MySQL (via ZeosDBO in Delphi 5) to accept the # > sign? Add extra quotes or a backslash before the character? Use double > quotes? Some other method? I know about nothing of Delphi and Zeos, but I'd try a backslash before the # character. Here's what I get with the mysql