Board index » delphi » "#" character as part of MySQL field
Robby Tanner
![]() Delphi Developer |
Thu, 04 Aug 2005 03:49:22 GMT
"#" character as part of MySQL field
Hello,
I tried to insert a # as part of a field and got an error from the server However, when I run the same query through the ODBC (via database explorer) The statement is: "INSERT INTO Xrefs Values ('base.dwg', 'F:\\accel\\rad\\', '1.dwg', How can I get MySQL (via ZeosDBO in Delphi 5) to accept the # sign? Add This is the ONLY outstanding issue in my application (well, so far, we know Regards, |