2
Answers

Writing to a file from Database

Sanjeev Shrestha

Sanjeev Shrestha

18y
1.9k
1

Hi,

I am writing data from Employees Table(Northwind Database) to a TextFile.
Now, I want to write data from Customers Table to the SAME TextFile.  In the text file, Customer Table information shoule be after Northwind information.

How do I do that?

I could write Northwind data to a file. But when I try to write Customer Table information on the same Text File, it writes only customer information deleting the Northwind information.

Please help........

Answers (2)