Difference between revisions of "SQLite Browser on Windows"
(Created page with '# Download and Install SQLite Browser (Windows platform) [http://sourceforge.net/projects/sqlitebrowser/] ## SQLite Browser - Overview [http://sqlitebrowser.sourceforge.net/] # G…') |
Jrromasanta1 (talk | contribs) |
||
Line 8: | Line 8: | ||
#Testing | #Testing | ||
## Close and Restart SQLite Browser. Open the database that you have just created. | ## Close and Restart SQLite Browser. Open the database that you have just created. | ||
+ | |||
+ | |||
+ | |||
+ | '''Importing CSV file into table''' | ||
+ | #http://hackgeo.com/foss/sqlite-how-to-import-csv |
Revision as of 22:01, 9 October 2013
- Download and Install SQLite Browser (Windows platform) [1]
- SQLite Browser - Overview [2]
- Generate a CVS file on generatedata.com.
- Run SQLite Browser
- Create a database. Choose a descriptive database name such as FriendsDB.
- Import a table from a CSV file.
- Save the database
- Testing
- Close and Restart SQLite Browser. Open the database that you have just created.
Importing CSV file into table