Print Page | Close Window

Provider error ’80004005’ Error no escif

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=15351
Printed Date: 13 April 2026 at 5:24am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Provider error ’80004005’ Error no escif
Posted By: TCL_ZIP
Subject: Provider error ’80004005’ Error no escif
Date Posted: 03 June 2005 at 8:54am
Cuando entro en el foro me sale el siguiente error:

Provider error '80004005'

Error no especificado

/forum/common.asp, línea 260

y no me detecta ningun foro :S
_____________________________________________________________
When I start the forum, send me this error:

Provider error '80004005'

Error no especificado

/forum/common.asp, línea 260






Replies:
Posted By: dj air
Date Posted: 03 June 2005 at 9:57am
im not to sure on that as i can't speak/read spanish, but it looks like a connection erorr.

make sure you have the correct folder permsssions on the database, also try re uplkoading the files to make sure they haven't/weren't corruptted during the transferr.


Posted By: fastlane
Date Posted: 09 June 2005 at 10:45am
I think "Error no especificado" means "Unspecifed Error".
I got the same error too. It happens when I tried to execute the following SQL statement:
 
SELECT TOP 5 *
FROM tblTopic
WHERE Locked = False
AND Forum_ID IN
(SELECT Forum_ID FROM tblForum WHERE Locked=False AND Read=1)ORDER BY Last_entry_date DESC
 
For my problem, I think it has something to do with the criteria 'Read=1' in the sub-query, I don't get any error when I remove it.
 


Posted By: dj air
Date Posted: 09 June 2005 at 11:02am
try change read=1 to read=True

you are cross coding your query there using an Access (true/False ) with MSSQL (1/0)


Posted By: fastlane
Date Posted: 09 June 2005 at 12:06pm
Originally posted by dj air dj air wrote:

try change read=1 to read=True

you are cross coding your query there using an Access (true/False ) with MSSQL (1/0)
Tried that and doesn't work. In fact, Read field in tblForum has values of 1,2,3,4, so I don't think it's boolean.
 
If I do the query directly in MS Access, no problem, but the same SQL statement doesn't work when I execute it from my asp page.
 


Posted By: fastlane
Date Posted: 09 June 2005 at 12:31pm
It's ok now. Got a clue from another post.
Have to use [Read]=1 instead of Read=1, in my SQL statement.
 
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net