From: Warren Young Date: May 29 2008 2:48pm Subject: Re: MySQL example code List-Archive: http://lists.mysql.com/plusplus/7677 Message-Id: <483EC22C.30109@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit jupiter.hce@stripped wrote: > > Are there any good reference / example code to show how to connect MySQL > database, what is the whole procedule to get query response (data in > buffer) using multithreads and cache? Read the user manual: http://tangentsoft.net/mysql++/doc/html/userman/ At the very least, read chapters 1 through 3, plus 7. Then, read README-examples.txt in the MySQL++ distribution, along with the README for your platform and/or tool chain. Then play with the examples. This should answer most of your questions.