Reading data from a .rar formatted file
-
Hi, i need to find out how to read data from a .rar extension file and convert the data into a string format to that eventually be saved in to a SQL DB using C#.. i am not sure where to begin this task!?!? ANY guidance as to where i should be looking or how i can get started with this task will be greatly appreciated.. Thanks guys... Afzal Hassen
-
Hi, i need to find out how to read data from a .rar extension file and convert the data into a string format to that eventually be saved in to a SQL DB using C#.. i am not sure where to begin this task!?!? ANY guidance as to where i should be looking or how i can get started with this task will be greatly appreciated.. Thanks guys... Afzal Hassen
-
i'm trying to save the compressed files within the rar file. is there a way that i can extract the files programmatically so that i can save the uncompressed files to the temp directory in windows where i can work with the file(s). i've used winRar to extract the files but the files have no extension (i.e. .txt, .xls etc.) i have opened the files with notepad and they contain string records that i would like to process and then save in SQL srvr.. also, how do i make sure that when i want to process a file with no extension that it contains data that are of a string data type in order for me to sucessfully process the records.. Afzal Hassen