MySQL using bulk SQL statements with c# -


i realize load data infile can used load text/csv data. however, seems limited inserts. however, there way mysql bulk import sql files using c#.

my hope build sql in text file , send connection. since process daily, need automated not have have user intervention once program started. takes long inserting , updating when can done in bulk.

have tried mysqlbulkloader, it's c# class wraps load data infile.

http://dev.mysql.com/doc/refman/5.1/en/connector-net-programming-bulk-loader.html


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -