ADODB.Recordset error '800a0bb9'

This is a discussion on "ADODB.Recordset error '800a0bb9'" within the Databases section. This forum, and the thread "ADODB.Recordset error '800a0bb9' are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 15th, 2005, 18:55
New Member
Join Date: Jul 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
ADODB.Recordset error '800a0bb9'

I'm new to SQL and I'm having problems (probably due to a stupid mistake). While attempting to update an access database I get the following error message:

ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

Here's my SQL statement:

UPDATE Servers SET ClusterID=1 WHERE ServerName='espnbar01' OR ServerName='newsweb01' OR ServerName='newsweb02' OR ServerName='newsweb03' OR ServerName='newsweb04' OR ServerName='newsweb05' OR ServerName='newsweb06' OR ServerName='newsweb07';

ClusterID is a number whereas serverName is text
Reply With Quote

  #2 (permalink)  
Old Jul 15th, 2005, 19:09
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
is ClusterID an autogenerated field?
Reply With Quote
  #3 (permalink)  
Old Jul 15th, 2005, 21:09
New Member
Join Date: Jul 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Ah, as it turns out the problem was with the read/write settings. Thanks for the suggestion anyways.
Reply With Quote
Reply

Tags
adodbrecordset, error, 800a0bb9

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
ADODB.Connection error '800a0e7a' jpresley Classic ASP 0 Oct 23rd, 2006 17:52
recordset/table display Eclipse414 Web Page Design 4 Dec 25th, 2005 21:02
Importing RecordSet to .asp file tolis Classic ASP 8 Nov 23rd, 2005 20:23
importing txt file to SQL with recordset EnvY Classic ASP 21 Mar 28th, 2005 11:22
passing recordset to next page? Monie Classic ASP 1 Sep 25th, 2004 07:53


All times are GMT. The time now is 10:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43