What is the text after "revdberr"?

I notice that you mentioned INSERT and UPDATE along with revDataFromQuery.
 You should be using revExecuteSQL to do INSERTs and UPDATEs, at least
theoretically, as there is no data from an INSERT/UPDATE.  Wouldn't
surprise me if using revDataFromQuery didn't work quite as expected for
anything other than SELECT statements since the SQLite internal statements
to execute an INSERT/UPDATE or a lot different than executing a SELECT.

Pete
lcSQL Software <http://www.lcsql.com>



On Sun, Aug 26, 2012 at 9:23 AM, Dr. Hawkins <doch...@gmail.com> wrote:

> I'm seeing this in a couple of places, particulary INSERT and UPDATE.
>
> A SELECT run as a check shows that the transaction completed
> successfully, but I'm getting return values of "revdberr," from
> revDataFromQuery().
>
> I'm using a remote mysql database if that makes a difference.
>
>
>
> --
> The Hawkins Law Firm
> Richard E. Hawkins, Esq.
> (702) 508-8462
> hawkinslawf...@gmail.com
> 3025 S. Maryland Parkway
> Suite A
> Las Vegas, NV  89109
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to