
Search found 254 matches
- Fri Dec 15, 2017 12:38 am
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Ok, seems PDO is the (most modern) way to go ! 

- Thu Dec 14, 2017 2:55 pm
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Thanks sphere I liked youir approach...
I ll dig into to this DPO feature.
I also goolged MySLQi - " i " -that I never heard of before but G only returns ref to MySQL.
... is it some more advanced MySQL version type ?
I ll dig into to this DPO feature.
I also goolged MySLQi - " i " -that I never heard of before but G only returns ref to MySQL.
... is it some more advanced MySQL version type ?

- Tue Dec 12, 2017 2:09 am
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Tks, that s also True !
- Mon Dec 11, 2017 9:24 pm
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Thanks Sphere, Yes, I m planning for open to public clients access. (I´ll figure out how to "filter" non-subscribed ppl or work with filtered member groups) ...something is obviously nec. here - if possible ! I m right now testing some script "Cotage has left ahead in the Post he mentioned.. and it ...
- Mon Dec 11, 2017 3:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Resizing at 80% Editor space / Screen
- Replies: 2
- Views: 962
Resizing at 80% Editor space / Screen
Hi, How do I change the Editor Main window to occupy only 80% of the Screen in one clic ? :!: It really gets in the way when the editor uses 100% of the screen since I always need to switch to some other desktop soft to grab something... :x :x Is there any 1 click way NOT to minimize it totally or m...
- Wed Dec 06, 2017 3:34 pm
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Following HostM sample Client/server access, I can run it w/o problem. Create/update/retreive are the basic Ops of their script, all through HttpS, so its working fine. Now, I wouldnt know how to modify it to do my own lilte business, like : retrieve ALL users data, and other type of jobs. As for th...
- Wed Dec 06, 2017 6:44 am
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Well any method that is safe that is NOT accessing the MySQL DB direclty would do for DB queries/results, etc. I don´t know if PHP or Livecode server offers the same safety... I´m also still trying to figure out how this all thing works since I´m quite new to the LC system. Any safe way to start wit...
- Wed Dec 06, 2017 4:07 am
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Re: Can any experienced HTTPS/MySQL user help build webservice.
Yes, HostM, comes with LC server.
shared hosting I believe
method used: https://www.hostm.com/tutorials/livecod ... iadb-mysql
shared hosting I believe
method used: https://www.hostm.com/tutorials/livecod ... iadb-mysql
- Wed Dec 06, 2017 2:46 am
- Forum: Announcements
- Topic: [ANN] Remote DB Lib
- Replies: 3
- Views: 3863
Re: [ANN] Remote DB Lib - configuring the demo-
Hi experts :) I´m looking for some kind helper in order to configurate the file contacts-demo.livecode from coder Andre´s DBLIB in order to acces some Https / Mysql DB. All the PHP files are in server´s folder working with PW etc. If someone has done it already for the same Mysql use and could send ...
- Wed Dec 06, 2017 12:41 am
- Forum: Databases
- Topic: Can any experienced HTTPS/MySQL user help build webservice.
- Replies: 31
- Views: 8894
Can any experienced HTTPS/MySQL user help build webservice.
Hi, I´m trying to build an "easiest to code" webservice in order to read/write to a mySQL DB. I´ve got an HTTPS server The provider already pointed to a client/server solution that works well ..although harder to adapt I believe. Now I´m trying to run this next one: :idea: http://lessons.livecode.co...
- Mon Dec 04, 2017 2:29 pm
- Forum: Multimedia
- Topic: Is there a Built-in Feature to preview PDF in an LC-made explorer
- Replies: 6
- Views: 2961
Re: Is there a Built-in Feature to preview PDF in an LC-made explorer
I m Running LC-COM-PLUS 9 (JUST CHANGED)
on W10
.,,but was also planning to use the feature on any other Desktop/portable OSes.
on W10
.,,but was also planning to use the feature on any other Desktop/portable OSes.
- Tue Nov 21, 2017 8:38 pm
- Forum: Multimedia
- Topic: Is there a Built-in Feature to preview PDF in an LC-made explorer
- Replies: 6
- Views: 2961
Is there a Built-in Feature to preview PDF in an LC-made explorer
HI Everyone, question : Is there some existing feature in LC that can allow me rapid browsing of PDF files (medium Icon look-alike) in a folder ? The idea behid is to build me MY OWN PDF BROWSER APP under LC to organize many PDF on a hardrive into folders. HAve buttons to esaly move/copy/delete the ...
- Mon Nov 13, 2017 9:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data imported seems different in Datagrid and through Text tab.
- Replies: 2
- Views: 1026
Re: Data imported seems different in Datagrid and through Text tab.
Ok, I did a few test, made some longer emails and Fname...and somethines it works and s/t not. :? I though about a lenght factor - but it should not have an impact. "Normaly" I working with a CSV file with comas. (not a Tab one) I adapted a script replacing comas that is like this: put line 1 of tFi...
- Mon Nov 13, 2017 4:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data imported seems different in Datagrid and through Text tab.
- Replies: 2
- Views: 1026
Data imported seems different in Datagrid and through Text tab.
Hi, I just want to make sure my imported (CSV using comas) data content is consistently "recorded in Livecode". I tend to beleive that the TEXT tab of the Datagrid property SHOULD display the real data stored in LC. So..does anyone know why the Datagrid imported data seems perfect while the TEXT con...