Guest Posted April 14, 2011 Posted April 14, 2011 Message from: "Francisco FJTROOPER" Hello, I use MyDac components to access MySql, Should I set to true autocoinicialize? What's the use of autocoinitialize? Thxs very much GOOD WORKKK!!!! -- . Quote
Guest Posted April 14, 2011 Author Posted April 14, 2011 Message from: "ldb" You will normally use "autocoinicialize" to access the database via ADO or to use OLE / ActiveX objects . I thinks for mySQL is not needed Il 14/04/2011 07:17, Francisco FJTROOPER ha scritto: > Hello, I use MyDac components to access MySql, Should I set to true > autocoinicialize? What's the use of autocoinitialize? > Thxs very much > GOOD WORKKK!!!! > . Quote
Guest Posted April 14, 2011 Author Posted April 14, 2011 Message from: "Farshad Mohajeri" "Francisco FJTROOPER" wrote in message news:E0HzONm%23LHA.3152@anaxagvs227... > Hello, I use MyDac components to access MySql, Should I set to true > autocoinicialize? What's the use of autocoinitialize? CoInitialize must be called for threads with COM objects. MySQL isn't COM based so you shouldnt need it. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.