Re: User friendly functions to replace MySQL queries?

2017-05-21 Thread Sannyasin Brahmanathaswami via use-livecode
Since I refuse to move over to HTML5 and Andre works on our projects, I have the joy of helping to make sure he sticks with this community. @ Alex cat's out of the bag… yes our current project (of which Andre has master minded a large part) is on git, public.

Re: User friendly functions to replace MySQL queries?

2017-05-18 Thread Andre Garzia via use-livecode
auhaauhahuuhahauauhahu yes, it has been how long? years? :-P On Thu, May 18, 2017 at 10:09 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 05/18/2017 11:41 AM, Andre Garzia via use-livecode wrote: > >> Aloha Friends, >> >> I have been away for a while... >> > > I

Re: User friendly functions to replace MySQL queries?

2017-05-18 Thread Mark Wieder via use-livecode
On 05/18/2017 11:41 AM, Andre Garzia via use-livecode wrote: Aloha Friends, I have been away for a while... I believe we have a winner in the understatement of the week contest. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: User friendly functions to replace MySQL queries?

2017-05-18 Thread Andre Garzia via use-livecode
Friends, I have fixed the page for the library http://andregarzia.com/en/projects/dblib. I am also using github to track development now and moved all the data to a repository linked on that page. The library continues to be dual-licensed, GPL or Commercial, depending on your needs. I have just

Re: User friendly functions to replace MySQL queries?

2017-05-18 Thread Andre Garzia via use-livecode
Aloha Friends, I have been away for a while but I am about to make some cool announcements today. I will be releasing some updates in the next few days for all libraries including this one. Also re-uploading them to my site. om om andre On Mon, May 8, 2017 at 1:30 PM, Kaveh Bazargan via

Re: User friendly functions to replace MySQL queries?

2017-05-08 Thread Kaveh Bazargan via use-livecode
Sounds great. Yes please Bob... On 8 May 2017 at 16:21, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > sqlYoga is awesome. The learning curve is a bit steep at first, but once > you get it, it's great. I wrote functions and a database setup interface > that makes it all

Re: User friendly functions to replace MySQL queries?

2017-05-08 Thread Bob Sneidar via use-livecode
sqlYoga is awesome. The learning curve is a bit steep at first, but once you get it, it's great. I wrote functions and a database setup interface that makes it all fairly transparent to use. I can share if you like. Bob S > On May 7, 2017, at 13:55 , Kaveh Bazargan via use-livecode >

Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Kaveh Bazargan via use-livecode
That's the one. :-) Sorry for the confusion and thanks... On 7 May 2017 at 22:57, Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > If it's a user-friendly way to call SQL, I don't think you want revSpark, > you want his DBLib. > > I think the current / latest is at > >

Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Alex Tweedly via use-livecode
If it's a user-friendly way to call SQL, I don't think you want revSpark, you want his DBLib. I think the current / latest is at https://github.com/Himalayan-Academy/Siva-Siva-App/wiki/aagDBLib -- Alex. On 07/05/2017 21:55, Kaveh Bazargan via use-livecode wrote: Hi all Writing MySQL

Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Matthias Rebbe via use-livecode
you find revspark now here https://bitbucket.org/andregarzia/revspark > Am 07.05.2017 um 22:55 schrieb Kaveh Bazargan via use-livecode > >: > > Hi all > > Writing MySQL queries

User friendly functions to replace MySQL queries?

2017-05-07 Thread Kaveh Bazargan via use-livecode
Hi all Writing MySQL queries using LiveCode is a bit painful, so I thought of writing some higher level functions to produce the queries, a bit like these from Ken Ray: http://www.sonsothunder.com/devres/livecode/tips/data005.htm But before I start I wonder if anyone else has done these. I