Click here to Skip to main content
16,017,857 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm unable to access .WriteAllText
Posted
Comments
shakil0304003 23-Oct-10 3:14am    
What is the error, you face?

Example:

<br />
using System.IO;<br />
<br />
string OutputFile = "C:\a.txt";<br />
string output = "1\n2\n3";<br />
File.WriteAllText(OutputFile, output);<br />
<br />
 
Share this answer
 
go through the below link for bulk upload to mysql db

Bulk Upload to Mysql[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900