Subj : How to use Database in Borland C To : borland.public.cpp.borlandcpp From : Sandeep Date : Mon May 02 2005 04:46 am Hello, I am making an application in Borland C not in C++. I want to use sql Database in my application using Data Access Components. I am using Borland C++ 5.02.I can connect to my Sql Database using TDatabase and TQuery. To use these controls one has to include "bdto.h". But this file include CString.h. Which can not be included in .c file. So, is there any other way to connect to Database using .c file. .