What is the fastest way to load a text file to an access Database ?
        Posted  
        
            by Gold
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gold
        
        
        
        Published on 2010-03-08T08:38:57Z
        Indexed on 
            2010/03/08
            9:21 UTC
        
        
        Read the original article
        Hit count: 220
        
I have Text file that contains data separated with a comma ,.
How do I load this to access in the fastest way?
The Text file contains 200,000 rows.
I work with C#.
© Stack Overflow or respective owner