Re: libmysql.lib

2014-04-30 Thread Michael Anderson
http://dev.mysql.com/doc/mysql-sourcebuild-excerpt/5.0/en/windows-source-build-cmake.html step 4: From the work directory, execute the win\build-vs8.bat or win\build-vs71.bat file, depending on the version of Visual Studio you have installed. The script invokes CMake, which generates the mysql.

Re: REQUEST

2013-07-04 Thread Michael Anderson
Using deductive reasoning one would surmise that Effiong wants to install the MySql Database on a laptop, But then the question to Effiong is: What Operating System is running on your LapTop? NOTE: You'll need a MySql Server and a MySql Client, and maybe a Gui Interface/WorkBench? You can do

Re: Animation studio asset management

2012-12-23 Thread Michael Anderson
Database performance (like system performance) is always driven by a give and take process, a trade-off between resources (this includes design expertise) available, and the required results. How many records are you dealing with? How often are records are being added and/or updated? How many u

Re: real Time

2012-08-13 Thread Michael Anderson
Look at Nodejs, asynchronous server-side programming environment. That combined with some basic MySql triggers could do it for you. On 08/13/2012 04:07 PM, Rafael Valenzuela wrote: Hi all, i've a question about the mysql configuration, in my project, we need use data in real time (read and ins