Re: Is there a way to find out the SQLite Driver version of my LC ?

2017-04-03 Thread Tom Glod via use-livecode
thanks mikeshould have thought of that.

On Mon, Apr 3, 2017 at 4:09 PM, Mike Bonner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> btw. on ver 9 dp6 I get 3.15.0
>
> On Mon, Apr 3, 2017 at 2:06 PM, Mike Bonner  wrote:
>
> > You should be able to open an in memory database (or database file,
> > whatever) and then do..
> >
> > *get *revdatafromquery(,,1,"select sqlite_version()") -- where 1 is the
> > database connector id, and the select statement is obvious.
> >
> > On Mon, Apr 3, 2017 at 1:48 PM, Tom Glod via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> is there a way of finding the SQLite driver version of my LC Version?
> >> can't
> >> find it for the life of me... its probably obvious and right
> >> there...preferably by script ..
> >>
> >> There appear tp be lots of performance improvements, dramatic ones, in
> >> recent versions.
> >>
> >> https://www.sqlite.org/news.html
> >>
> >>
> >>
> >> Thanks,
> >>
> >> Tom
> >> ___
> >> 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
>



-- 
*Tom Glod*

CEO @ *MakeShyft R.D.A* - www.makeshyft.com



Developer of *U.M.P* - www.IamUMP.com
___
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


Re: Is there a way to find out the SQLite Driver version of my LC ?

2017-04-03 Thread Mike Bonner via use-livecode
btw. on ver 9 dp6 I get 3.15.0

On Mon, Apr 3, 2017 at 2:06 PM, Mike Bonner  wrote:

> You should be able to open an in memory database (or database file,
> whatever) and then do..
>
> *get *revdatafromquery(,,1,"select sqlite_version()") -- where 1 is the
> database connector id, and the select statement is obvious.
>
> On Mon, Apr 3, 2017 at 1:48 PM, Tom Glod via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> is there a way of finding the SQLite driver version of my LC Version?
>> can't
>> find it for the life of me... its probably obvious and right
>> there...preferably by script ..
>>
>> There appear tp be lots of performance improvements, dramatic ones, in
>> recent versions.
>>
>> https://www.sqlite.org/news.html
>>
>>
>>
>> Thanks,
>>
>> Tom
>> ___
>> 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


Re: Is there a way to find out the SQLite Driver version of my LC ?

2017-04-03 Thread Mike Bonner via use-livecode
You should be able to open an in memory database (or database file,
whatever) and then do..

*get *revdatafromquery(,,1,"select sqlite_version()") -- where 1 is the
database connector id, and the select statement is obvious.

On Mon, Apr 3, 2017 at 1:48 PM, Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:

> is there a way of finding the SQLite driver version of my LC Version? can't
> find it for the life of me... its probably obvious and right
> there...preferably by script ..
>
> There appear tp be lots of performance improvements, dramatic ones, in
> recent versions.
>
> https://www.sqlite.org/news.html
>
>
>
> Thanks,
>
> Tom
> ___
> 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


Is there a way to find out the SQLite Driver version of my LC ?

2017-04-03 Thread Tom Glod via use-livecode
is there a way of finding the SQLite driver version of my LC Version? can't
find it for the life of me... its probably obvious and right
there...preferably by script ..

There appear tp be lots of performance improvements, dramatic ones, in
recent versions.

https://www.sqlite.org/news.html



Thanks,

Tom
___
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