Hola Magents
I get this error when I pass my first parameter from with a value from a form.
Error Type:
ADODB.Command (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
What is this?
Printable View
Hola Magents
I get this error when I pass my first parameter from with a value from a form.
Error Type:
ADODB.Command (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
What is this?
You try to get values of a table or column which is not known on the database where you try to fetch it.
Try to look which fields are in the table.
try executing ur command text in sql and see if it work... should be problem with ur query ...Quote:
Originally posted by G.U.R.U Africa
Hola Magents
I get this error when I pass my first parameter from with a value from a form.
Error Type:
ADODB.Command (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
What is this?
And does it work now or do you need more advice ?