
Insert data into Access database using sql
Quote:
> How to Insert data into Access database using sql?
There are a number of ways. None of which is the subject of this forum. If
you develop in C I suggest that you look up Open Database Connectivity
(ODBC) on the MSDN-CD or at http://msdn.microsoft.com
If you prefer C++ you might want to look up OLEDB or ADO.
If MFC is your thing you can look up the classes CDatabase or CDaoDatabase
to get you started.
Getting up to speed on SQL programming is complex enough that you might want
to consider browsing a technical book store for a text that appeals to you.
Regards,
Will
Regards,
Will
Regards,
Will