cannot find procedure which is available when implemented the application in windows 2003
am 26.10.2004 23:49:43 von ksaran_an
Hi Guys,
Hope you can help me out.
from the web server the procedures are not able to access through the
dll method written by vb. it's working just fine when we are in
windows 2000 server. recently we implemented our application to
windows 2003. everything works fine except the methods cannot access
stored procedures. it gives the following error message
"Item cannot be found in the collection corresponding to the requested
name or ordinal"
we have two web server and one database server. All the servers are
running in windows 2003. previous version we have windows 2000 with
the same structure.
please help us what we are missing here.
Thanks in advance
Saran.
Re: cannot find procedure which is available when implemented the application in windows 2003
am 27.10.2004 00:21:23 von mkamath
Essentially, it says the field is not found in the resulting recordset. The
question is, where in the code does this happen. And could you show us the
code in error?
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"skali" wrote in message
news:15b2daff.0410261349.5f11166e@posting.google.com...
> Hi Guys,
>
> Hope you can help me out.
>
> from the web server the procedures are not able to access through the
> dll method written by vb. it's working just fine when we are in
> windows 2000 server. recently we implemented our application to
> windows 2003. everything works fine except the methods cannot access
> stored procedures. it gives the following error message
>
> "Item cannot be found in the collection corresponding to the requested
> name or ordinal"
>
> we have two web server and one database server. All the servers are
> running in windows 2003. previous version we have windows 2000 with
> the same structure.
>
> please help us what we are missing here.
>
> Thanks in advance
> Saran.