Page 2 of 2

Re: Check Connection

Posted: Sun May 17, 2015 2:06 am
by ghettocottage
Livecode Server runs on your server. It acts much like php. You can configure it so you can send database requests and it will make the connection and return the data you ask for.

It eliminates the need to make the database connection from you Livecode app.

I have been playing around with it the last month or so and it has been fairly simple to work with.