I want to merge few files of same type in a directory dynamically(Onc e if the directory containing that file type choosen it should merge ) and then need to store the particular values in the msacces. Im using VB6.0. Can anybody please help me out.
merging similar file types during runtime of VB6.0
Collapse
X
-
Tags: None
-
-
the type of the file is like .045.Originally posted by debasisdasWhich type of file you are trying to merge ?
ex: that is an autogenerated like text file containing number of lines each with fixed size. ie all line will be in same size for all files.
the file will be like g5140208.045Comment
-
You need to read content of one file and append the same to another file then you can delete the first file.
Have to repeat the same for all files.Comment
-
i have done inserting to ms acces after spliting the required values of each line ifor all the files. The requirement now is there can be 5 to 10 files in a particular directory of which all the files containg the values are to be inserted in a single execution. that is once i give upload all the files should get uploaded and not a single file in that directoryComment
-
Im new to VB. The thing is i can read a file each at a time. Ho to read multiple file and write and then upload to DB. Can you pls guide me with syntax.Comment
-
Try to use FIlesystem object.
There are number of threads regarding this in the forum. Please use search box on top right side of the page for the purpose.Comment
-
Thanks for you help Buddy :)Originally posted by debasisdasTry to use FIlesystem object.
There are number of threads regarding this in the forum. Please use search box on top right side of the page for the purpose.Comment
Comment