** Reply to message from Trev Roydhouse <trev@sentry.org> on Fri, 03 Dec 1999
15:00:42 +1100
>
>
> ./msqlimport -s \" testdb employee < t.in
>
> works for me under FreeBSD.
>
Thanks, good idea...
This one works locally, but it won't read directly from <file :
msqlimport -s ; -v -q \"
This one works on the Linux server *and* reads from <file :
/usr/local/msql/bin/msqlimport -v -q \"
This one doesn't work at all:
/usr/local/msql/bin/msqlimport -s ; -v -q \"
However, I can use comma as separator, the quotation marks take care of hiding
commas inside the fields. The only problem is that it seems to duplicate fields
if one is empty...
Per J.
-------------------------------------------------------------------------
To unsubscribe, go to http://www.Hughes.com.au/extras/email/
This archive was generated by hypermail 2b30 : Mon Mar 04 2002 - 09:04:03 EST