Re: Help saving MySQL

2009-12-15 Thread upscope
Michael Widenius wrote: > > Hi! > >> "Facundo" == Facundo Garat writes: > > Facundo> i don't really thinks this is about open source or not. > > Agree, this has to do about competition and that Oracle, the leader > in revenue for databases are trying to buy MySQL, the leader in > users ju

Re: LOAD DATA

2003-09-18 Thread upscope
Well I figured out what was going on, MS uses a LF,CR instead of just a Line feed. The was corrupting the first column. I added a LINES TERMINATED BY statement and put in the '\r\n'. Now everything works fine. Thanks again. - Original Message ----- From: "upscope" &l

LOAD DATA

2003-09-18 Thread upscope
-debug and client 4.0.14. Thanks for any help in advance. upscope This email scanned by NAV2004 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Message

2003-08-04 Thread upscope
t:$DBI::errstr"); $sth = $dbh->prepare("select membername,address,city,state,zipcode,phonenumber from members")or dienice("Can't prepare statement: ",$dbh->errstr); print $sth; exit; upscope -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]