Re: IPv6 & Apple

2016-08-23 Thread Matthias Rebbe
And for Livecode server there is a short tutorial with downloadable sample code about how to access Maria/MySQL databases from desktop or mobile apps using LiveCode server at https://www.hostm.com/tutorials/livecode/api-mariadb-mysql

Re: IPv6 & Apple

2016-08-23 Thread Earthednet-wp
I put up a simple stack that might help you get started with php access to a MySQL db, perhaps helpful. http://es.earthednet.org/SoftwareForEducation Best, Bill William Prothero http://es.earthednet.org > On Aug 22, 2016, at 10:19 PM, Charles Warwick > wrote: >

Re: IPv6 & Apple

2016-08-22 Thread Charles Warwick
On 23/08/2016 2:27 pm, Charles Warwick wrote: Hi Scott, Ok, there are a couple of issues there. Using "198.01.234.54:1234" as tDatabaseAddress indicates you are using a hardcoded IPv4 address which can cause problems. However there is a bigger issue there in that the database library in LC

Re: IPv6 & Apple

2016-08-22 Thread Charles Warwick
Hi Scott, Ok, there are a couple of issues there. Using "198.01.234.54:1234" as tDatabaseAddress indicates you are using a hardcoded IPv4 address which can cause problems. However there is a bigger issue there in that the database library in LC does not support IPv6. This means that for

Re: IPv6 & Apple

2016-08-22 Thread Scott Rossi
Hi Charles: The app makes database calls using the following structure. put "198.01.234.56:1234" into tDatabaseAddress put "dbname_" into tDatabaseName put "dbuser" into tDatabaseUser put "dbpassword" into tDatabasePassword put revOpenDatabase("MySQL", tDatabaseAddress,

Re: IPv6 & Apple

2016-08-22 Thread Charles Warwick
Hi Scott, On 23/08/2016 7:07 am, Scott Rossi wrote: Does anyone have any experience with this? The backend database guy I'm working with thinks this is a hosting issue (host needs to support IPv6). Will switching to a host that supports the new protocol allow us to troubleshoot/fix this? You

Re: IPv6 & Apple

2016-08-22 Thread Bob Sneidar
Not a bug. Apple is now requiring that apps support IPV6 (presumably) because they think the only way to move people to use it is to enforce it. They may be right. Still, I would love to see the *actual* numbers of routable IP addresses in use on the inter webs to get an idea of how serious the

IPv6 & Apple

2016-08-22 Thread Scott Rossi
I recently received an app review response from Apple stating my app has connection issues when connecting to a server on an IPv6 network: "We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 9.3.4 on Wi-Fi connected to an IPv6 network. Your app shows an error