|
 |
asp_databases thread: Re: error
Message #1 by "Roy, Siddarth S" <sroy@b...> on Wed, 12 Jun 2002 09:00:44 -0400
|
|
I am using the keyset. i think i have to change the code in this i have
do it allover again in a different way
thanx
sid
-----Original Message-----
From: Ken Schaefer [mailto:ken@a...]
Sent: Wednesday, June 12, 2002 2:25 AM
To: ASP Databases
Subject: [asp_databases] Re: error
What cursor type are you using? Some cursors (eg adOpenForwardOnly) do
not
support bookmarking (hence the error you are getting)
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Roy, Siddarth S" <sroy@b...>
Subject: [asp_databases] error
i am using a db2 database .
the env i am working on
mdac 2.6 , win2k
even the server has the same thing when i work in dev enev no error came
up
in this code
The code is using the recordset book mark i included the adovbs.inc file
i get this error when i moved the application the staging level that is
The error
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/apps/hsa/Updatesub.asp, line 67
The code
recordset.bookmark
i am using the find function so in that i have to use the bookmark
i am getting the error in the staging part of my development I checked
the
mdac the same pack seems to be there
it seems fine from this end .do i have to use type lib or do i have do
some
other changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 12 Jun 2002 16:25:04 +1000
|
|
What cursor type are you using? Some cursors (eg adOpenForwardOnly) do not
support bookmarking (hence the error you are getting)
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Roy, Siddarth S" <sroy@b...>
Subject: [asp_databases] error
i am using a db2 database .
the env i am working on
mdac 2.6 , win2k
even the server has the same thing when i work in dev enev no error came up
in this code
The code is using the recordset book mark i included the adovbs.inc file
i get this error when i moved the application the staging level that is
The error
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/apps/hsa/Updatesub.asp, line 67
The code
recordset.bookmark
i am using the find function so in that i have to use the bookmark
i am getting the error in the staging part of my development I checked the
mdac the same pack seems to be there
it seems fine from this end .do i have to use type lib or do i have do some
other changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #3 by "Roy, Siddarth S" <sroy@b...> on Tue, 11 Jun 2002 12:57:44 -0400
|
|
Hi
i am using a db2 database .
the env i am working on
mdac 2.6 , win2k
even the server has the same thing when i work in dev enev no error came
up in this code
The code is using the recordset book mark i included the adovbs.inc file
i get this error when i moved the application the staging level that is
The error
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/apps/hsa/Updatesub.asp, line 67
The code
recordset.bookmark
i am using the find function so in that i have to use the bookmark
i am getting the error in the staging part of my development I checked
the mdac the same pack seems to be there
it seems fine from this end .do i have to use type lib or do i have do
some other changes
any help would be app
thanx
sid
|
|
 |