Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ATL Object Communication???

Status
Not open for further replies.

JasonDBurke

Programmer
Jun 20, 2001
54
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top