SQLite学习手册(实例代码<二>)(三)

2014-11-24 08:28:43 · 作者: · 浏览: 16
();
118 return 0;
119 }
120 //输出结果如下:
121 //Succeed to create test table now.
122 //Succeed to insert test data.
123 //The INTEGER value is 20.
124 //The DOUBLE value is 21.000000.
125 //The TEXT value is this is a test..
126 //Select Finished.
127 //The test table has been dropped.



作者Stephen_Liu