Re: [sqlite] how to vice variable names in CREATE query.

2012-01-25 Thread Igor Tandetnik
bhaskarReddy wrote: > I have two arrays, one is representing field names and > another array representing field types. I am passing these two arrays to > another function which will create a table using sqlite3_exec. > > #define INTEGER 0 >

[sqlite] how to vice variable names in CREATE query.

2012-01-25 Thread bhaskarReddy
Hi Friends, I have two arrays, one is representing field names and another array representing field types. I am passing these two arrays to another function which will create a table using sqlite3_exec. #define INTEGER 0