PDA

View Full Version : Why got error for the database although the code is same with others?what is the pro?


shinwai
06-08-2006, 04:40 AM
i have a website with various databases ( example bacteria, virus,fern ...etc.)in msaccess,mysql,db2..etc. only one database has problem.Once i choose "Select All", below msg come out. If i don select to show the data of the problem database, the data can be shown. my database can be searched base on key word ' Family, Genus and Species"
I have checked the coding for "Family" with the other 2,coding is same but juz dunno why if search based on species and genus, nothing come out.

Technical Information (for support personnel)

Error Type:
msxml3.dll (0x800C0008)
The download of the specified resource has failed.
/species/resources2.asp, line 277


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Page:
POST 246 bytes to /species/resources.asp

POST Data:
u_field=Genus&search=&resource=Algae&resource=Bacteria&resource=Virus&resource=Protozoa&resource=Fungi&resource=HostParasite&resource=Zingiberaceae&resource=Fern&resource=Bactiden&resource=Photogaller . . .


Error for line 277 is :
<%
xml.Open "GET", "http://202.185.44.3/species_provider/photogallery_provider.asp?DelRec2=1&search="&query&"&resource=" &arr&"&", False

xml.Send
xmldoc = xml.responseText
'response.write (xmldoc)
Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP")
xmlhttp.Open "GET", "http://localhost/species/setresultremote2.asp?sec="&a&"&resource="&arr&"&u_field=Genus&", False
xmlhttp.Send xmldoc<<<----Line 277
response.write (xmlhttp.responsetext)

Alex Vincent
06-08-2006, 09:05 PM
Double-posted and CLOSED:
http://www.codingforums.com/showthread.php?t=88094

Please don't post the same question twice. It confuses people trying to help you and annoys moderators (like me). :)