newby
Group: Members
Posts: 171
Joined: June 2006 |
|
Posted: Sep. 19 2006,20:27 |
|
Quote (roberts @ Oct. 24 2003,12:41) | I have been following the SQLite project from its inception. It is basically a single C program that provides a good subset of SQL. I have used it in some embedded devices that I made. There is no server and client sides, just a single SQL engine that creates SQL databases. The one I have used is 733kb. Has good import and export too. |
Yeah, it looks nice, but it's been driving me nuts.
I follow the directions on the SQLite website and get an error message:
Code Sample | create table FOO( BAR, integer, ... );
... error near "("
|
I'd like to know how to do that import function also.
|