2
votes
2answers
391 views
SQLite and Javascript : Checking for existence of data before inserting OR letting SQLite throw an exception.
My primary question is which approach is faster.
Some briefing
I'm developing an application using Mozilla.
I have this one module where I capture some da …
3
votes
How can I execute Javascript stored as a string?
Use eval as below. Eval should be used with caution, a simple search about " …
