I really don't know what forum to put this in but since all of my Google searches have mostly led to ASP pages, I thought this may be the place. Granted that I'm "wore out" since I've been working on this for about 5 hours now.
Most all of the results (Google) suggest is a spelling error of a table column or something. I don't think this is that case with me. The page actually worked for a while, but after more information was added, it quit working. None of the code was changed on the asp page. I even replaced it with a page from a working backup.
I have an asp page that makes a call to another asp page via Remote Scripting. It has several Combo Boxes on it. When you click on one Combo Box, it fills the next one with information via SQLDB and Remote Scripting. This page has 4 different "categories" on it. All of them work as they should except the problem category. It works fine on my LocalHost though using the same database. (on my local machine)
I've checked and rechecked the names on the pages a GaZillion times. I've even copied and pasted the SQL Statement into the Query Analizer and it works fine. Of course I have to change the name of the variable to the actual name, but it works. I've even put a message box on the page to ensure that the variable is correct before passing it via Remote Scripting. It is.
I've checked the IIS log and it has this error number listed along with "Item cannot be found in the collection corresponding to the requested name or ordinal". I can see in the log that it's passing the varible correctly.
The error is coming from the remote page, I'm almost sure, but that is the page that I copied and pasted the query from.
Someone have any idea while I still have a little hair left. LOL
Rob
Just my $.02.
Most all of the results (Google) suggest is a spelling error of a table column or something. I don't think this is that case with me. The page actually worked for a while, but after more information was added, it quit working. None of the code was changed on the asp page. I even replaced it with a page from a working backup.
I have an asp page that makes a call to another asp page via Remote Scripting. It has several Combo Boxes on it. When you click on one Combo Box, it fills the next one with information via SQLDB and Remote Scripting. This page has 4 different "categories" on it. All of them work as they should except the problem category. It works fine on my LocalHost though using the same database. (on my local machine)
I've checked and rechecked the names on the pages a GaZillion times. I've even copied and pasted the SQL Statement into the Query Analizer and it works fine. Of course I have to change the name of the variable to the actual name, but it works. I've even put a message box on the page to ensure that the variable is correct before passing it via Remote Scripting. It is.
I've checked the IIS log and it has this error number listed along with "Item cannot be found in the collection corresponding to the requested name or ordinal". I can see in the log that it's passing the varible correctly.
The error is coming from the remote page, I'm almost sure, but that is the page that I copied and pasted the query from.
Someone have any idea while I still have a little hair left. LOL
Rob
Just my $.02.