Subj : Re: How can I stored data in MYSQL form a C++ Application. To : borland.public.cpp.borlandcpp From : Leo Siefert Date : Wed Aug 13 2003 09:39 am On 12 Aug 2003 12:09:44 -0700, "Angshuman" wrote: > >I would like to know how can i insert/modify data stored in mysql using c++(turboC or c++ builder)? IIRC, Turbo C never provided any kind of database engine, so you would probably need to access the winsock api to send tcp/ip requests to the MySQL server, then treat the data stream that is returned as an SDF data file. With BCB, assuming that you have a version that includes database controls and BDE, all you need to do is set an ODBC data source that points to the MySQL database and attach to that ODBC database. - Leo .