good day! i am making an api for an sqlite database. 1 api needs the number of columns in the database. i want to restrict the input by putting a specific range (colNum > 0 and colNum < MAX)..is there any constant in the sqlite3.h that has the value of the maximum number of columns in a table?..
i have read about the SQLITE_MAX_COLUMNS but this is a compilation parameter..im just finding a simple constant that would be the maximum number of columns..if this is not available from sqlite, i can just make my own constant..but i really do prefer if it is a constant from sqlite itself.. thanx and God bless! :working: -- View this message in context: http://www.nabble.com/maximum-number-of-columns-tf4940772.html#a14143414 Sent from the SQLite mailing list archive at Nabble.com. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------