CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: help!!

  1. #1
    Join Date
    Jul 1999
    Posts
    58

    help!!

    i try to connect my web application using local working copy on my computer to the dump access database on my computer too... is this make sense? cause it prompt me an error that ADO could not find the specific provider.. what is this mean?

    any help?


  2. #2

    Re: help!!

    If the ADO Prompts for Providers Not Found then that means that the ADO Libraries are not installed in your system. Because ADO uses OLEDB as the Provider. Microsoft ActiveX Data Objects (ADO) enable your client applications to access and manipulate data in a database server through any OLE DB provider.ADO supports key features for building client/server and Web-based applications.


    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147 (Malaysia)

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