Subj : Re: How can I stored data in MYSQL form a C++ Application. To : borland.public.cpp.borlandcpp From : CppUser Date : Thu Aug 21 2003 06:54 pm Angshuman wrote: > I would like to know how can i insert/modify data stored in mysql using c++(turboC or c++ builder)? > > Can any one help me. Go to www.mysql.com Get download the latest 'MySQL Connector/C++' (As in: http://www.mysql.com/products/mysql++/index.html), have a look at their very good examples: http://www.mysql.com/documentation/mysql++/4_Tutorial.html#SECTION03130000000000000000 Good Luck, Jonathan (CppUser) .