| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Nov 28 '12 at 12:50 | |
| stats | profile views | 0 |
|
Oct 2 |
comment |
Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress? The numbers look correct. It does the count from 0 to 100. However, it's like the console won't kill the process when it's complete (even with --auto-kill). |
|
Oct 2 |
comment |
Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress? I don't think so. The entire file is one big mass of insert statements. Nothing is different in the beginning. Also, the zenity progress bar is at 100 percent after about 3-5 seconds, but the sqlite3 statement doesn't finish until a long time after. Strange. |
|
Oct 1 |
comment |
Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress? I tried this out and the zenity bar seems to start about 4/5 of the way complete. I tried initializing the zenity --progress bar at 0, but that didn't help either. |
|
Sep 27 |
awarded | Student |
|
Sep 26 |
asked | Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress? |