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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: quangnt
  • Order by date
  1. quangnt

    Debug VC com dll

    In this situation, there is no need to attach the .DLL to a process, this techniques is often used for Services. Set breakpoint at desired position, run COM DLL normally in Debug mode( press F5 ), run your program that uses COM DLL, the program will break at breakpoint.
  2. quangnt

    CRecordset added into a project - I get erros

    I'm a novice in ADO programming in VC++. I have now a problem that I have tried to resolved but I failed. If I open a Access DB by command: Recordset.Open(SQL statement, Connection,...) Is will be OK But If I open by the way: Command.ActiveConnection = Connection;// this was initialized...

Part and Inventory Search

Back
Top