> You can use a system call to execute a command like the following; > > sqlite3 -separator , test.db ".import test.csv sometable" >
That is exactly what I needed! Thanks a ton. Joe Noon
> You can use a system call to execute a command like the following; > > sqlite3 -separator , test.db ".import test.csv sometable" >
That is exactly what I needed! Thanks a ton. Joe Noon