okay the solution to this problem is to update mySQL Administrator to version 4.1, (I had 4.0)
In the backup options there is a check box for "compatibility mode".
Hope this helps someone with same problem :)
Looked in MY.ini (mySQL 4.1.7 on windows 2kpro), but there was no mention of ANSI or Quotes in there.
ANSI was unchecked in Administrator
SNIP from backup file...
DROP TABLE IF EXISTS `class_use`;
CREATE TABLE "class_use" (
"CUTID" int(11) NOT NULL auto_increment,
"VCID" int(11) default...
when I do a backup of a table on my mySQL Administrator I get CREATE TABLE "product" (double quotes), I want product` (single quote marks) where do I specify this I tried all I can imagine already to do with character set..and backup options
(this messes up on restore with double quotes on DB I...
My excel 2000 VBA program produces several worksheets in a single workbook. I want to be able select from 2 different “paper trays” on laser printer, for printing the individual worksheets. The printer is PCL6 compatible. Any help or suggestions welcomed on tray selection from within vba.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.