Results 1 to 2 of 2

Thread: Unable to Connect to Database

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Unable to Connect to Database

    When I click "Connect to Database" I get this error..


  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Unable to Connect to Database

    The operation is trying to write something, maybe an error or maybe just information, to the Windows event log and it can't because it's full. You need to first clear some space in the event log so that the operation can write to it. If what's being written is an error message, you can then read it there.

    You can get to the Windows Event Viewer via the Control Panel. There you can clear individual logs if required, but a better bet would be to configure the properties of the logs to automatically delete old entries when they are full. That way you'll never encounter this issue again and you won't have to delete possibly useful log entries.

    EDIT: Actually, I see that you already have the Event Viewer open.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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