Re: Documentation on Low Level Database Access

2019-04-11 Thread Dalton Calford via use-livecode
Hi Mark, If I remember correctly, wasn't that DB-Layer rewrite promed back in version 5 or 6 along with full support for version control? On Thu, 11 Apr 2019 at 16:09, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 4/11/19 9:12 AM, Dalton Calford via use-livecode wrote

Re: Documentation on Low Level Database Access

2019-04-11 Thread Mark Wieder via use-livecode
On 4/11/19 9:12 AM, Dalton Calford via use-livecode wrote: Hi all, I am looking at the git repositories, the widget documentation etc., looking for a solid guide on how livecode accesses database engines. For example, if I wanted to add low level support for another open source database that is

Re: Documentation on Low Level Database Access

2019-04-11 Thread Dalton Calford via use-livecode
Hi Richard, Thanks for the pointer. I will look that up this weekend. The database I am looking at is called firebird (www.firebirdsql.com). It has embedded and standalone libs. Supports windows, linux, osx and ios along with android. It is opensource and has native support for c++, c, pascal, .n

Re: Documentation on Low Level Database Access

2019-04-11 Thread Richard Gaskin via use-livecode
Dalton Calford wrote: > I am looking at the git repositories, the widget documentation etc., > looking for a solid guide on how livecode accesses database engines. > > For example, if I wanted to add low level support for another open > source database that is available on all the same platforms