Thanks Dan, I'll give it try -----Original Message----- From: Dan [mailto:[EMAIL PROTECTED] Sent: Thursday, December 06, 2007 5:06 AM To: [email protected] Subject: Re: [sqlite] unable to open a temporary database file for storing temporary tables
> When issuing PRAGMAS, do they have to be issued from sqlite executable > or can they also be issued via the Tcl API? Pragmas can be executed via the Tcl API, because they are a part of SQLite's SQL dialect. Unlike the 'dot-commands' that are only available in the shell tool. Dan. ------------------------------------------------------------------------ ----- To unsubscribe, send email to [EMAIL PROTECTED] ------------------------------------------------------------------------ ----- ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

