Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 16th, 2003, 12:19 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cyberbhaskar Send a message via Yahoo to cyberbhaskar
Default Catastrophic failure

Hi

i am getting following error while am accessing a Dbase data.first time i can successfully accessing it and if logged out/close the window and again relogin into application this error comming.[ at connection.OPEN]
Error Type:
Provider (0x8000FFFF)
Catastrophic failure
/weblogin/Bottom.asp, line 65

the code is like this,

Set objConn = Server.CreateObject ("ADODB.Connection")

if objconn.State=1 then objconn.Close
constr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & GMCOm & ";dBASE IV;User ID=vmi;Password=;Persistent security info=false"
ObjConn.Open constr

line 65 is ObjConn.Open constr


For SQL server no problem,for only Dbase i am getting this error.please help me.
i read some articales on MS about threadpooling foe SQL server for this kind of error,but i didnt get much info from there.
please Help me.



Bhaskar Prasad .T





Similar Threads
Thread Thread Starter Forum Replies Last Post
COMException Catastrophic Failure jdmc C# 4 December 16th, 2009 10:30 AM
login failure yasminnnnn BOOK: ASP.NET Website Programming Problem-Design-Solution 2 February 27th, 2007 04:16 AM
activex catastrophic failure cobweb ASP.NET 2.0 Basics 0 July 18th, 2006 03:46 AM
Automation error -- Catastrophic faiure rahzan Access VBA 0 July 17th, 2005 11:25 PM
QueryInterface failure druid2112 General .NET 0 June 28th, 2004 10:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.