I need to write a text into a text file.
I have a table like as follows:
ID Name
1 ABC
2 XYZ
And i need the about as follows:
In a text file it needs to show as:
For Example it needs to display in
ABC
XYZ
I need to write a text into a text file.
I have a table like as follows:
ID Name
1 ABC
2 XYZ
And i need the about as follows:
In a text file it needs to show as:
For Example it needs to display in
ABC
XYZ