|
-
Nov 22nd, 2000, 06:10 AM
#1
Thread Starter
Lively Member
I am trying to add data to a database. I am using windows 98 and office 2000.
When trying to add the data i am getting a message
'the operation requested by the application is not provided by the provider'
ADODB.recordset erroe '800a0cb3'
Please can someone tell me what is wrong and how i can sort it out. I have installed the PWS twice thinking it was a faulty instalation. I am able to see the data in the database but not add to it.
if at first you don't succeed, drink the rest of the bottle and loop to the same place tomorrow
-
Nov 22nd, 2000, 08:21 AM
#2
Frenzied Member
Show us your code, maybe will see the error!!
-
Nov 22nd, 2000, 09:30 AM
#3
Frenzied Member
Without seeing your code, I am going to take a guess that you are either:
1)Not setting the locktype parameter on the recordset.
2)Opening the recordset using a command object's execute method.
3)Opening the recordset using a connection object's execute method.
4)Not setting the cursortype to an updatable cursortype (adOpenKeyset, adOpenDynamic).
But.. please post some code so we can tell ya which one.. :c)
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Nov 22nd, 2000, 04:14 PM
#4
Thread Starter
Lively Member
Thanks monte96 have sorted it now always nice to know someone can help
if at first you don't succeed, drink the rest of the bottle and loop to the same place tomorrow
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|