JasonDBurke
Programmer
Hello,
I'm am currently trying to update another programmer's code which i'm assuming was generated through some MFC application wizard. I'm inserting an ATL Component(a consumer ole db) that will insert records into an SQL Server 2000 database. My problem lies in that i'm not sure how to implement the code in the header file that is generated when choosing the table to be referenced in the database. The header file seems to have all the open commands i need plus the login and password information. I've been trying to make an instance of the class and calling Open from that however it returns a CTable<CAccessor<Cwhatever> >:: Open(some parameters). I'm not sure if i should be writing a CTable of my own to grab this info or not. Please guide me in the right direction!! Thank you
Jason
I'm am currently trying to update another programmer's code which i'm assuming was generated through some MFC application wizard. I'm inserting an ATL Component(a consumer ole db) that will insert records into an SQL Server 2000 database. My problem lies in that i'm not sure how to implement the code in the header file that is generated when choosing the table to be referenced in the database. The header file seems to have all the open commands i need plus the login and password information. I've been trying to make an instance of the class and calling Open from that however it returns a CTable<CAccessor<Cwhatever> >:: Open(some parameters). I'm not sure if i should be writing a CTable of my own to grab this info or not. Please guide me in the right direction!! Thank you
Jason