i write a small prog with builder c++ 5 that extract lines from text
file then add them into Paradoxe7 table these lines will appear in
a DBGrid on the Form by a click on Button1
the file contains many paragraphs each paragraph has the same end line
"end" , like this ;
line1
line2
line3
...
end
line1
line2
line3
...
end
......