![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^7: Threads and DBD::SQLite?by BrowserUk (Patriarch) |
on Dec 17, 2013 at 08:35 UTC ( [id://1067431]=note: print w/replies, xml ) | Need Help?? |
According to this the syntax for using uri filenames has changed. Using 'dbi:SQLite:dbname=file:memdb2?mode=memory&cache=shared' still creates a file; although the file is empty and the cache=shared appears to work. The new syntax is apparently: 'dbi:SQLite:uri=file:memdb2?mode=memory&cache=shared'. However, now the shared cache no longer seems to work. I'm bored with fighting dumb reasoning, so I'm putting this back in the deep freeze. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|