Re: ~BCP for mysql~

2006-03-22 Thread Prasanna Raj
Try Using " Select into outfile " More Info : http://dev.mysql.com/doc/refman/5.0/en/select.html --Praj On Wed, 22 Mar 2006 12:59:44 +0530 Mohammed Abdul Azeem <[EMAIL PROTECTED]> wrote: > Hi, > > Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not, > is there any other too

Re: ~BCP for mysql~

2006-03-21 Thread Ehrwin Mina
Hi, You can try to use the command select into outfile. thanks, ehrwin At 03:29 PM 3/22/2006, Mohammed Abdul Azeem wrote: Hi, Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not, is there any other tool which can do the same operation. I need to perform a "bcp out" from

Re: ~BCP for mysql~

2006-03-21 Thread Douglas Sims
Try "SELECT INTO OUTFILE..." Here's the MySQL documentation on that: http://dev.mysql.com/doc/ refman/5.0/en/select.html Good luck! On Mar 22, 2006, at 1:29 AM, Mohammed Abdul Azeem wrote: Hi, Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not, is there any other

~BCP for mysql~

2006-03-21 Thread Mohammed Abdul Azeem
Hi, Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not, is there any other tool which can do the same operation. I need to perform a "bcp out" from Mysql and then "bcp in" to Sybase. Please help me out regarding the same. Thanks in advance, Abdul. ___