Click to See Complete Forum and Search --> : Do dbAPI already exist?


a_fischetti
June 3rd, 1999, 08:02 AM
Hi there,
I'm learning to make programs for Windows using Win32 API (in C and Assembly).
I would like to make a query on a data-base. Are there any specialized API functions to do that?

Thanks for your help.
Antonio.

_______

ALM
June 3rd, 1999, 08:10 AM
It's time to look into the Microsoft ODBC API.

And it's time to make the move to C++. It'll make life many times easier and nicer. When you do, you can start looking into ADO for database access; it's a step beyond ODBC.

Good luck!