I am struggling to find a way to write text file with various fixed length fields from a dataset
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Me.ExportTableAdapter.Fill(Me.NewDataSet.Export)
'write to text file
Dim sw As New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.