CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.56 seconds.

  1. Re: Reading from Excel File Visual C++ 2010 Express Edition

    How To Use ADO with Excel Data from Visual Basic or VBA
  2. Re: Reading from Excel File Visual C++ 2010 Express Edition

    Try this: Office Space: Tips and Tricks for Scripting Microsoft Office Applications

    What you to focus on is ADO connection string and SQL query.
  3. Re: Reading from Excel File Visual C++ 2010 Express Edition

    In fact, you hit a very specific topic of importing COM server in your C++ program. Very little it has to do with C++ real complexities, but requires quite a good knowledge of COM technology.

    I...
  4. Re: Reading from Excel File Visual C++ 2010 Express Edition

    You have missed to define a pRec smartpointer (seems should be _RecordsetPtr, see in generated .thi). The same to TESTHR macro. It looks like you copied the snipped from somewhere, and the copy...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured