On Jan 6, 2008 3:16 PM, Luc DAVID <[EMAIL PROTECTED]> wrote: > > Could you tell me the best way to achieve this under unbuntu and if I > can optimise the compilation under Windows (the sqlite.dll size is quite > important) ?
There are many ways. Most compilers allow you to define a string with a command line option. If you can't figure that out just edit the one file with that option. I believe you want to look at vdbe.c add the line #define SQLITE_ENABLE_COLUMN_METADATA before it's used and you're good to go. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------