On Wed, 2004-07-07 at 20:03, Jamsheed wrote: > Hi, > > Can any suggest , some methods for migrating data stored in column of > TEXT type to column of IMAGE type.
With Sybase? I'd use bcp, and copy the entire table to a disk file, alter the table definition, and then load the table back in. Michael -- Michael Peppler Data Migrations, Inc. [EMAIL PROTECTED] http://www.peppler.org/ Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or long term contract positions - http://www.peppler.org/resume.html
