connect to database using c++

Go4Expert Member
12Aug2006,15:08   #1
daiondoroga's Avatar
hi guys,
can anyone tell me how to connect to the database(any server) using c++. do i have to download any api's? if yes, can you direct me to any site.
khan auobi like this
Go4Expert Founder
12Aug2006,17:38   #2
shabbir's Avatar
http://www.codeproject.com/database/simpleado.asp explains step by step to connect to any database using ADO.

Offtopic comment:
Nicely designed site
Go4Expert Member
12Aug2006,19:39   #3
daiondoroga's Avatar
Thank you!
That link was very helpful to me.