Re: -2147467259 Unspecified Error
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 04/29/04
- Next message: William \(Bill\) Vaughn: "Re: What is the best Reportinf mechanism in .Net ?"
- Previous message: Pieter Wijnen: "Re: Any alternative to memo fields?"
- In reply to: Terry: "Re: -2147467259 Unspecified Error"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 10:42:43 -0700
ADO.NET has more control over the pooling behavior, but not as much as
ADO.NET 2.0 (due out next year).
With ADO "classic" you don't have as much control. However, if it's the
pool, there's no way to reset it without restarting the application that
owns it. However, you might try changing the Connection string (change the
"Application Name=<some string>") to get a new pool. I would also make sure
you're running the latest version (2.8 I expect) from
www.microsoft.com/data.
hth
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Terry" <anonymous@discussions.microsoft.com> wrote in message news:D864EFBC-2179-4296-97ED-E0DA8176CF0A@microsoft.com... > The current logic is open conenction, insert a record from a recordset, close connection. This happens about every 5 minutes, but it really depends on the application use. This is a Windows Forms application, without a user interface. The connection is only open a short period of time. Once we start getting the unspecified error, continues everytim the open connetiion is tried. Is there a way to clear the ADO, without stopping and restrating the app? > > Thanks, > Terry
- Next message: William \(Bill\) Vaughn: "Re: What is the best Reportinf mechanism in .Net ?"
- Previous message: Pieter Wijnen: "Re: Any alternative to memo fields?"
- In reply to: Terry: "Re: -2147467259 Unspecified Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|