I am using VFP8
I am writing an application with MySQL 2005 as the backend.
I am using some SQL PASS THROUGH functions.
My question has 2 parts.
First,
To use the functions I need a connection handle. Is the preferred way to create a connection handle at the beginning and use it throughout the application? Or is preferred to get a new handle each time you start another round of queries?
Second
What is the purpose/advantage of a shared vs. "not shared" connection?
Jim Rumbaugh
I am writing an application with MySQL 2005 as the backend.
I am using some SQL PASS THROUGH functions.
My question has 2 parts.
First,
To use the functions I need a connection handle. Is the preferred way to create a connection handle at the beginning and use it throughout the application? Or is preferred to get a new handle each time you start another round of queries?
Second
What is the purpose/advantage of a shared vs. "not shared" connection?
Jim Rumbaugh