Re: [sqlite] need examples of sqlite interface for c

2009-01-17 Thread Igor Tandetnik
"baxy77bax" wrote in message news:21519820.p...@talk.nabble.com > i'm a perl programmer who needs some examples (basic and complete and > functional) of c programming code that interface with sqlite. > something like >> > > 1. connect to the database xy sqlite3* db; sqlite3_open("/path/to/xy", &d

[sqlite] need examples of sqlite interface for c

2009-01-17 Thread baxy77bax
hi , i'm a perl programmer who needs some examples (basic and complete and functional) of c programming code that interface with sqlite. something like : 1. connect to the database xy 2. create a table xz 3. index a table (create index r1 on ...) 4. insert data that c program is producing into