README.txt
上传用户:clovervx
上传日期:2010-03-30
资源大小:787k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. mysql++ 1.7.1 readme (Win32/Visual C++) version
  2. -----------------------------------------
  3. NOTES:
  4. -------
  5. 1)The main workspace and project for the mysql++ API are located in the root directory
  6. 2)This project, when built, will yield the static library mysql++.lib in the /lib directory
  7. 3)This library needs the header files in the /include and /mysql/include directory, and libmysql.lib in the mysql/lib directory
  8. 4)In the /example directory a workspace and project have been made for building the examples
  9. PROBLEMS:
  10. ----------
  11. 1)Visual C++ doesn't provide full functionality for longlongs, such as strtoll and ostream operator <<, so all longlongs have been replaced with ints in the examples
  12. 2)The example custom4.cpp could not be compiled
  13. 3)There are still some problems with the functions for static result sets. They seem to work alright with vectors, but might not work for the other STL containers
  14. HOW TO RUN
  15. -----------
  16. 1) You should have mysql server installed on your localhost with user root and no password.
  17. 2) Run resetdb.exe example in order to create test database.
  18. 3) Run other examples
  19. Good Luck !
  20. The Lazy Fox
  21. mailto:lazyfox@foxden.dhs.org