SQL Select... the last 10 records from a table ?

2015-09-24 Thread Otto Kowalski
what about this one: SELECT * FROM intern_copy ORDER BY true DESC LIMIT 10 -- viro ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runre

Re: post,get,etc Jason to URL on android

2013-07-05 Thread Otto Kowalski
ul 5, 2013 at 9:34 AM, Otto Kowalski < > kowalskiotto...@googlemail.com> wrote: > > >put "https://xxx.dyndns.org:1337/api/login"; into vUrl > >set the httpHeaders to vHeader > >#answer vHeader > >#answer vBody > >#answer

AW: post,get,etc Jason to URL on android

2013-07-05 Thread Otto Kowalski
don't have much experience there. Maybe try looking for "the result" variable instead of "it" on mobile? put the result into eUrl On Fri, Jul 5, 2013 at 2:14 AM, Otto Kowalski < kowalskiotto...@googlemail.com> wrote: > -- Forwarded message --

Fwd: post,get,etc Jason to URL on android

2013-07-05 Thread Otto Kowalski
-- Forwarded message -- From: Otto Kowalski Date: 2013/7/5 Subject: Re: post,get,etc Jason to URL on android To: How to use LiveCode i put libUrlSetSSLVerification false before post url and now i'm not even getting an empty answer :/ 2013/7/5 Andrew Kluthe > Sounds

Fwd: post,get,etc Jason to URL on android

2013-07-04 Thread Otto Kowalski
the http Header to application/json and it works in the ide... but it Shows no function on android/ empty Response. vBody is the Jason abpve and URL the url *post* vBody to url vUrl *put* it into eUrl *answer* eUrl would be glad if someone could Point me int