abdeen-ahmad
12/10/2015 - 1:11 PM

Import txt file to sqlite database

Import txt file to sqlite database

@echo on
sqlite3.exe CVL.db
.separator ","
.import civil_dtl.txt x_cvl_dtl
.quit