I tried to import a csv file with 100,00 lines and Visual Studio locked up. The script was generated correctly but when I pressed Execute, Visual Studio locked up.
Comments: ** Comment from web user: ErikEJ **
Comments: ** Comment from web user: ErikEJ **
Yes, I have not "designed" this feature for 100000 lines
It is probably better to use my command line tools:
Csv2sqlce to generate the sql script and sqlcecmd to import the generated script.