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

Search:

Type: Posts; User: AlagarMDU

Search: Search took 0.02 seconds.

  1. Re: Why my CRecordset::Open is throwing Exception?

    Hi Paul,
    Thanks for your advise. This is my first post and dont know to attach code snippets. So kindly adjust for this post.


    //In GlobalSet.h


    class CGlobalSet : public CRecordset
    {...
  2. Why my CRecordset::Open is throwing Exception?

    Hi,

    I'm migrating a vc6.0 code base to vs 2008. MS Access database is used. while trying to open mdb file CRecordset's Open is throwing Exception (Too few parameters. Expected 4).

    int...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured