sqlbulkcopy using sql CE
        Posted  
        
            by harrisonmeister
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by harrisonmeister
        
        
        
        Published on 2009-10-22T11:06:52Z
        Indexed on 
            2010/05/23
            2:01 UTC
        
        
        Read the original article
        Hit count: 1047
        
Is it possible to use SqlBulkcopy with Sql Compact Edition e.g. (*.sdf) files?
I know it works with SQL Server 200 Up, but wanted to check CE compatibility.
If it doesnt does anyone else know the fastest way of getting a CSV type file into SQL Server CE without using DataSets (puke here)?
© Stack Overflow or respective owner