Hi guys,
I have two questions.
The first one is that I would like to use another datatype than char to display a a text. It has to be of a variable lenght. The text is actually in xml format. I tried to replace the char(128) for example with a string it didnt work. Any idea?
The second question is that I am trying to remove a header and trailer in a file to just maintain the context. Do you have an idea? I heard from something with noheader and notrailer. How can I use it?
The file content look like this
Header.....
--------------------------------------------------------------
XML content
------------------------------------------------------------
Trailer
Thanks for your help.