Update of /cvsroot/opengtoolkit/sqlite/SQLite Example Database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17965/SQLite Example Database
Added Files:
Example Database.csv Example Database.sqliteDB
Example Database.xls sqlite3.exe
Log Message:
Added some simple example databases for code verification. Added a sample SQLite 3.x.x database (.sqliteDB) for reading with the finished library. The .xls file and the .csv file are copies of one another, I use the .xls file to generate the .csv file if it gets corrupted.
2/13/2006
Chris Davis
--- NEW FILE: Example Database.xls ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: sqlite3.exe ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Example Database.csv ---
"CustID","Name","Purchases","PurchasePrice"
"Integer Primary Key","VarChar(50)","Integer","Double"
100,"Bob",1,12.36
101,"Sue",2,65.54
102,"Mark",5,78.65
103,"Marcus",3,10.23
104,"Chris",6,23.01
105,"Jim",7,52.13
106,"Mike",8,2.35
107,"Sarah",23,56.26
108,"Bobby",5,54.52
109,"George",8,543.12
110,"Susie",2,82.65
111,"Susan",7,32.14
112,"Patrick",3,23.14
113,"William",78,23.65
114,"Christian",9,65.56
115,"Phillip",3,25.63
116,"Steve",45,14.36
117,"Milt",6,78.96
118,"Andrew",1,85.65
119,"Alex",2,23.25
120,"Austin",5,45.62
121,"Tracey",8,65.48
122,"Chelsey",10,78.23
123,"John",11,56
124,"James",34,65
125,"Troy",2,100
126,"Bobby",6,101
127,"Bob",89,45.36
128,"Chris",23,87.25
129,"Mark",4,98.65
130,"Jim",7,45.32
--- NEW FILE: Example Database.sqliteDB ---
(This appears to be a binary file; contents omitted.)
|