Hi everybody,
Don't know if someone has experience about the following matter: I'm programming an ODBC client app, based on Visual FoxPro 6.0 as frontend, and mySQL 4.1.13-nt (running under Windows 2003 Server) as my RDBMS backend.
I want to know if there is a way on which I can execute a long query on mySQL without locking my Visual FoxPro app. On VFP, there's a way to establish it, using SQLSetProperties function, by setting a parameter to asynchronous as true or false.
Perhaps, this function ONLY works with MS products (i.e. MS SQLServer), cause I have explored it previously with this RDBMS, but 'til now, mySQL locks my app until the record set is returned.
Any idea? BTW: the statement I'm execute is a create table based on large select.
Thanks in advance
Take away all the buzz of this biz and what do you get? 01000100101010...
Don't know if someone has experience about the following matter: I'm programming an ODBC client app, based on Visual FoxPro 6.0 as frontend, and mySQL 4.1.13-nt (running under Windows 2003 Server) as my RDBMS backend.
I want to know if there is a way on which I can execute a long query on mySQL without locking my Visual FoxPro app. On VFP, there's a way to establish it, using SQLSetProperties function, by setting a parameter to asynchronous as true or false.
Perhaps, this function ONLY works with MS products (i.e. MS SQLServer), cause I have explored it previously with this RDBMS, but 'til now, mySQL locks my app until the record set is returned.
Any idea? BTW: the statement I'm execute is a create table based on large select.
Thanks in advance
Take away all the buzz of this biz and what do you get? 01000100101010...