D
David
Hello
I have been informed my domain host that they are limiting their mySql
timeout setting from 28800 seconds to 10 seconds. They are doing it to ensure
that people are only using their open hosting option for basic website
traffic and if any more than that is needed then they must use a new VPN
package.
I use this as a back-end for my access prog and now I will either need to
change domain host (far too much of a stressful alternative) or figure out a
way of controlling my dataflow with 10sec queries.
I only pull a maximum of 10-15 lines from a table at any given time, the BE
stays open simply because I don't know how to turn it off each time I query
for information.
Is that possible? to grab information one bit at a time and close the
connection in between programatically?
I have been informed my domain host that they are limiting their mySql
timeout setting from 28800 seconds to 10 seconds. They are doing it to ensure
that people are only using their open hosting option for basic website
traffic and if any more than that is needed then they must use a new VPN
package.
I use this as a back-end for my access prog and now I will either need to
change domain host (far too much of a stressful alternative) or figure out a
way of controlling my dataflow with 10sec queries.
I only pull a maximum of 10-15 lines from a table at any given time, the BE
stays open simply because I don't know how to turn it off each time I query
for information.
Is that possible? to grab information one bit at a time and close the
connection in between programatically?