View Single Post
  #3 (permalink)  
Old 07-14-2004, 07:03 PM
stonecoldjk stonecoldjk is offline
WebProWorld Member
 
Join Date: Jan 2004
Location: Tampa,Florida
Posts: 28
stonecoldjk RepRank 0
Default

actually i figured out the error .The problem was that i had the data type as text and the textfile was written in a fixed field format.Hence the unusually large file was created.I changed the data type to varchar(5000) and it works fine now.
Thanks anyways.
Jay
Reply With Quote