5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
|
//"to create sqlite database... "
|
||
|
//on cygwin go to directory of "D:\APPS\SPATIALITE\sqlite-shell-win32-x86-3071000"
|
||
|
|
||
|
//and execute following to create database
|
||
|
./sqlite3.exe database_name
|