Code for Database Transaction Processing

2010-11-09 Thread Wilde Electric
Hello, I have been unable to find any reference to code examples for doing Transaction Processing with SQLite DB I have only found a note from Trevor revExecuteSQL to BEGIN TRANSACTION etc without an example. Could someone provide a code example that starts with the BEGIN TRANSACTION and

How do I save changes to fields and scripts in Standalone

2009-10-29 Thread Wilde Electric
I need help in understanding how RunRev works I have a single card stack that is saved as a standalone app. I want to be able to enter information into a field and then execute scripts that modify scripts of other fields. This all works until I exit the standalone. When I start the Standalone

Does Revolution Allow use of Sqlite VIEWS

2008-12-30 Thread Wilde Electric
I am in need of knowing if Revolution supports Sqlite VIEWS. I am using the revDataFormQuery to return DB information I can do a Select * From (view name) and that is it. If I try to add a WHERE statement or an ORDER BY statement I get the revdberr (SQL or database error) If I write the code