I'm very new to visual C++. I've just opened a new project in Visual Studio and what I basically need to do is to execute multiple select commands against an SQL database and populate an array of pointers with the values returned.
(e.g.: one record (represents an object) has 10 fields (assign them as attributes of the object), and create a list with all these objects). I need to do this as a MFC DLL and i don't know what to start with. (I tried using the example from the FAQ but doesn't work for me - i get several errors in msado15.tlh).
i appreciate any help.
(e.g.: one record (represents an object) has 10 fields (assign them as attributes of the object), and create a list with all these objects). I need to do this as a MFC DLL and i don't know what to start with. (I tried using the example from the FAQ but doesn't work for me - i get several errors in msado15.tlh).
i appreciate any help.