SQLite Forum

How ddo I specify options with MSVC
Login
You are all great!

cl shell.c sqlite3.c -Fesqlite3ex.exe /D "SQLITE_MAX_COLUMN=16384" /O2

did compile and I could create a table with 8192 fields.

Thank you very much.