Is there any way to load a text file (edi, efi file) into a typed dataset? I thought you could do this using linq but have yet to figure how. Anyone have any suggestions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you have a driver/provider which will process the file type (an ODBC or an OLEDB one), you should be able to call the Fill method on your typed dataset passing the appropriate command to it which will parse the data from the file and populate your typed data set.