Search found 8 matches

by David_USA
Wed Dec 09, 2009 6:57 am
Forum: Databases
Topic: Sqlite problems
Replies: 14
Views: 11477

Re: Sqlite problems

Have you tried saving it by declaring your global with the same exact format? you have the global declared as global gconId and then modify it put tConID into gConID Have you tired declaring global gConID ? global gconId on preopenstack opendb end preopenstack on opendb put revOpenDatabase("sqlite",...
by David_USA
Wed Dec 09, 2009 6:48 am
Forum: Databases
Topic: Transaction Processing
Replies: 11
Views: 10139

Re: Transaction Processing

the transaction will be processed through runrev scripting. I believe runrev will use the same format of scripting for sqlite, mysql or odbc calls. The reason for transaction processing is to be able to effect a muti step write to one or more tables in a database. It is important that the state of t...
by David_USA
Sun Dec 06, 2009 1:00 am
Forum: Databases
Topic: Transaction Processing
Replies: 11
Views: 10139

Transaction Processing

I have been unable to find code to do Transaction Processing with a database.

Could someone forward the code and testing for proper implementation of a multi user database.

Thank you in advance for your help.

David J. Lamp
by David_USA
Tue Dec 30, 2008 2:03 pm
Forum: Databases
Topic: Does your Sqlite support views
Replies: 1
Views: 3461

Does your Sqlite support views

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 to asse...
by David_USA
Sun Dec 28, 2008 5:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Screen refresh
Replies: 2
Views: 2771

Perfect Fix

Thank you for this insight.

I have implemented your suggestion and it worked great.

Best Regards,

David J. Lamp
by David_USA
Sun Dec 28, 2008 4:28 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Screen refresh
Replies: 2
Views: 2771

Screen refresh

Question: If Revolution is running a process and sending a visual update of the process via a put into a field, should the screen refresh and update stop if you navigate away from Revolution to another application.? I am using the stack on a windows Vista Platform While my stack is running a long pr...
by David_USA
Sun Jun 29, 2008 11:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Object Properties
Replies: 3
Views: 3357

Thank You

This gives me a start.

It did not give me all I was looking for.

Thank you for your help.

David
by David_USA
Sun Jun 29, 2008 7:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Object Properties
Replies: 3
Views: 3357

Object Properties

How do I get a list of properties that can be set by scripting for any object I choose?

The object inspector does not give me a property label that I can script.

Thank You,

David