CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Location
    Montreal Canada
    Posts
    1,080

    ADO and CFileDialog

    Hi,

    Has anyone experienced this ?

    Our application when using CFileDialog to browse for a file, causes lots of pagefaults when we do our database queries to either (SQL,Oracle or Access all using ADO) but when we don't use CFiledialog, it runs smoothly.

    Is there an event handler that causes this ?

    Any idea would be appreciated.
    Nicolas Bohemier

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: ADO and CFileDialog

    Search MSDN/Web for any similar problems. This is theone of them.
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured