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.
_______
Printable View
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.
_______
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!