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
|