Hmm... good spot, and I thought that was it, but no...denied.
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/grantee/profile.asp, line 55
Line 55 was this by the way: objRS.Find strCriteria
Here was the whole file:
<%@LANGUAGE="VBSCRIPT"%>
<%
Dim strConnect
%>
<!-- #include file="grantee_datastore.asp" -->
<!-- METADATA TYPE="typelib"
FILE="C:\Program Files\Common Files\System\ado\msado15.dll" -->
<%
'***************************************
'** SET NAVIGATION SETTINGS HERE *******
'***************************************
strTopNav = "Grantee"
strSubNav = "Profile"
strTertNav = ""
'***************************************
%>
<%
Dim objRS, strCriteria, strID, strGName, strGAward, strGAmmount, strGDescription, strGWebsite, strGAddress, strGCountry, strGPicture
strID = Request.QueryString("ID")
Set objRS = Server.CreateObject("ADODB.Recordset")
objRS.Open "2001", strConnect, adOpenStatic, adLockReadOnly, adCmdTable
%>
<!-- START MAIN CONTENT -->
<!-- #BeginTemplate "/Templates/common.dwt" -->
<!-- #BeginEditable "PageTitle" -->
<title>Skoll Foundation | Grantee List</title>
<!-- #EndEditable -->
<!-- #BeginEditable "PageDescription" -->
<meta name="description" content="Our">
<!-- #EndEditable -->
<!-- #BeginEditable "PageKeywords" -->
<meta name="keywords" content="Skoll">
<!-- #EndEditable -->
<!--#include virtual="common/beginsubpage.asp"-->
<!-- START MAIN CONTENT -->
<!-- #BeginEditable "MainContent" -->
<!--#include virtual="common/select_community.asp"-->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><br>
<%
strCriteria = "ID='" & strID & "'"
objRS.Find strCriteria
If objRS.EOF Then
Response.Write "The database does not contain a profile for this entry <br><br><a href='index.asp'>Click here to return to the index</a>"
Else
Response.Write "<table cellpadding='0' cellspacing='0' border='0'><tr><td><br>" & _
"<img src='" & objRS("grantee picture") & "' border='0' alt='" & objRS("grantee name") & "'></td></tr></table><p>" & _
"<a href='>" & objRS("grantee link") & "<'>" & objRS("grantee name") & "</><br>" & _
objRS("grantee address") & "<br><br>" & objRS("grantee description")
End If
objRS.Close
Set objRS = Nothing
%>
</p>
<p> </p>
<br>
<br>
<!-- #EndEditable -->
<!-- END MAIN CONTENT -->
<!--#include virtual="common/endsubpage.asp"-->
<!-- #EndTemplate -->
By the way, doesn't anyone else help out here? Come on you lot, this poor lad's doin all the legwork.

many thanks though... checked out your site by the way. funny stuff... I take it no one likes the gunners over there then? lol