DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Fri, 10 Aug 2007 16:53:53 -0500,    posted on: microsoft.public.dotnet.framework        back       

Thread Index
  1    Ken
          2    Göran Andersson


System.Data.OleDb.OleDbException   
Do you have any idea why I got this error?
==================================
myConnection.Open()

{System.Data.OleDb.OleDbException}

    System.Runtime.InteropServices.ExternalException: 
{System.Data.OleDb.OleDbException}

    ErrorCode: -2147467259

    Errors: {System.Data.OleDb.OleDbErrorCollection}

    Message: "Unspecified error"

    message: "Unspecified error"

    oledbErrors: {System.Data.OleDb.OleDbErrorCollection}

    Source: "Microsoft JET Database Engine"

    source: "Microsoft JET Database Engine"
Date:Fri, 10 Aug 2007 16:53:53 -0500   Author:  

Re: System.Data.OleDb.OleDbException   
Ken wrote:

> Do you have any idea why I got this error?
> ==================================
> myConnection.Open()
> 
> {System.Data.OleDb.OleDbException}
> 
>     System.Runtime.InteropServices.ExternalException: 
> {System.Data.OleDb.OleDbException}
> 
>     ErrorCode: -2147467259
> 
>     Errors: {System.Data.OleDb.OleDbErrorCollection}
> 
>     Message: "Unspecified error"
> 
>     message: "Unspecified error"
> 
>     oledbErrors: {System.Data.OleDb.OleDbErrorCollection}
> 
>     Source: "Microsoft JET Database Engine"
> 
>     source: "Microsoft JET Database Engine"
> 


Hard to say with so very little of your code, and no information at all 
about when, where and how the error occurs.

Here are some guesses:

You are trying to open a database that doesn't exist (wrong path).

You don't close your database connections properly, so you have run out 
of available connections, which stops the database from accepting more 
connections until one of the existing times out.

-- 
Gran Andersson
_____
http://www.guffa.com
Date:Sat, 11 Aug 2007 03:48:09 +0200   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us