Hi,
Can anyone be kind enough to assist me with the following situation;
I have a weekly data file (.csv) and a historic datafile (.csv) and I wish to merge these together and present this within a datagridview.
I have 1 command button which loads the Weekly Data and displays that in...
What i was trying to do is to generate a list of products with all details added by user into the datagridview but as i am using datatable.load(datareader) it always reset the previous value of the datatable,i also tried datatable.load(datareader,upinsert) but same thing is happening again.
If...
Hello,
I'm working on trying to split a large file from say 3gb to multiple 500mb files with a .1, .2, .3 etc... extension.
My output is one 500mb file and one 28kb file. I can't figure out what I'm missing to continue reading the filestream into the 2nd split file.
here is my code so far...
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.