news group

2001-12-10 Thread Won Lee
Is this MySQL mailing list available via a news group? Won - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mai

ERD

2001-11-30 Thread Won Lee
Anyone know a good ERD program that will also interact with MySQL to write the CREATE scripts? As usual open source would be nice, also running on a win2k workstation. I used to use PowerDesigner. Nice software but too expensive. Won = Not being a materialist in the U.S. i

RE: Text qualifiers

2001-11-14 Thread Won Lee
LOAD DATA LOCAL INFILE 'C:/Documents and Settings/won/My Documents/summary.txt' INTO TABLE spacedx.summary FIELDS TERMINATED BY '\t' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' (groupID,structural,mechanical,electrical,safety,vertical,misc)\ I'll save the trouble of cutting and pasting th

Text qualifiers

2001-11-14 Thread Won Lee
ports have still failed. This could be due to my lack of experience or wrong syntax. But I did everything as told in the documntations. Any ideas? Won Lee - Before posting, please check: http://www.mysql.com/manual.php