I want to start controlling our inhouse applicatoin using Git.
And I thougth that if I can export all the application to text (not exporting object by object) and then using Git in them.
And of course I will need a method to import this text files into powerbuilder if I need to make a merge or revert some changes.
Another solution c...
I am creating a sql query for an access database that will be exported to a text file. The requirements include a line feed separating each line. Does that happen by default, or its something that I need to add in?
If I need to add it, how do I do that?
TIA
...
Hi,
Is there a simple way to export a WPF DataGrid to a text file and a .csv file? I've done some searching and can't see that there is a simple DataGrid method to do so. I have got something working (barely) by making use of the ItemsSource of the DataGrid. In my case, this is an array of structs. I do something with StreamWriters ...