thirteen_inc
Posts: 2
|
| Posted: 10/22/2007, 7:10 AM |
|
Ive got a problem with an editable grid, whenever I publish the page I get this error:
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/ecclesiateclassic/management_approve_properties_loaded.asp, line 982
If I go to line 182 this is what I get
CachedColumns(j * CachedColumnsNumber + 1) = Recordset.Recordset.Fields("IntPropTypeID")
When I comment out the line the page works but some of the fields on the page do not display, spicifically image fields.
Any Ideas?
|
 |
 |
wkempees
|
| Posted: 10/22/2007, 4:37 PM |
|
Check the GRID's datasource, it seems as if a field is not included in the
SQL.
Walter
"thirteen_inc" <thirteen_inc@forum.codecharge> schreef in bericht
news:6471caf7298f9a@news.codecharge.com...
> Ive got a problem with an editable grid, whenever I publish the page I get
> this
> error:
> ADODB.Recordset error '800a0cc1'
> Item cannot be found in the collection corresponding to the requested name
> or
> ordinal.
> /ecclesiateclassic/management_approve_properties_loaded.asp, line 982
>
> If I go to line 182 this is what I get
> CachedColumns(j * CachedColumnsNumber + 1) =
> Recordset.Recordset.Fields("IntPropTypeID")
>
> When I comment out the line the page works but some of the fields on the
> page
> do not display, spicifically image fields.
>
> Any Ideas?
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|