From 2 previous post about C programming, MySQL and ODBC. How to connect MySQL5 via ODBC by C programming . How to INSERT data into MySQL via ODBC by C programming. And today, I will show how to query and display value on screen. Many part of below source code come form those articles so [...]
How to INSERT data into MySQL via ODBC by C programming.
by aoddy on July 16, 2010
Yesterday, we talked about “How to connect MySQL5 via ODBC by C programming.” I recommend if you are not expert in C programming please see that post firstly. Because many part of source in this post are come from that post. Today, I need to show how to insert data after we can create a [...]
Install Eclipse and C/C++ Development Tool on Ubuntu 9.10.
by aoddy on March 28, 2010
Next week, I have an intern-ship interview at EADS in subject “Test software by C++”. So as to prepare my self, I decide to reinstall Ubuntu 9.10 and try to review the C++ programming over again. I know, the Eclipse is a software that provide an environment for development software which supports many languages programming. [...]