Hello, I just finished reading through the help files and I am unclear as to when database should be used to prefix the pragma call (i.e. PRAGMA [database.]cache_size;). I was also wondering about schema pramas such as index_list(table-name). If the table is in an attached database should it be called as index_list(database.table-name) or would database.index_list(table-name) be more appropriate?
Thank you, Tom -- View this message in context: http://www.nabble.com/Question-on-PRAGMA-syntax-when-including-database-tf3211938.html#a8919551 Sent from the SQLite mailing list archive at Nabble.com. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

