can anyone tell me whether i can access databases using c++
i want to connect to ms sql in in c++ program.
i hve to create tables in MSSQL using data available in c++ program.
I want to use Windows API to connect with MS SQL database and make so operations like writing to/reading from database and some manipulations with it. Do you know any pages with tutorials about using MS SQL database in program written in C++ ?