Hi ,
i have created table with only one field for the type of varchar(8000) . I am stroed bulk amount of data in that field.
The size i have specified is enough for the field to occupy my data.
I am storing "Text file" as Data to that filed.when i am viewing contents present in the table it shows what actual contents present in that text file like one by one line of data.
But when i am reterving the data in the browser using Jsp, it shows all contents present in the filed is displayed without any alignment. i want see output as i have seen/stored in the database.
could please suggest me the right way to proceed this is problem .. is this the problem in mysql or Jsp?
i have created table with only one field for the type of varchar(8000) . I am stroed bulk amount of data in that field.
The size i have specified is enough for the field to occupy my data.
I am storing "Text file" as Data to that filed.when i am viewing contents present in the table it shows what actual contents present in that text file like one by one line of data.
But when i am reterving the data in the browser using Jsp, it shows all contents present in the filed is displayed without any alignment. i want see output as i have seen/stored in the database.
could please suggest me the right way to proceed this is problem .. is this the problem in mysql or Jsp?
Comment