I am currently extracting records from a database table and I know how to do this. Also I have a bit of idea regarding file create,read and write. Thus I need some help in regards on how to create a tab delimited text file. For example:
Table: Employee
Fields: Name, Address, Age, Gender
Sample code is much appreciated. Thanks