|
 |
activex_data_objects thread: Antwort: RE: Error with rs.Update
Message #1 by "Dominic Wirth" <dwirth@k...> on Thu, 21 Mar 2002 16:05:20 +0100
|
|
DQpob3cgY291bGQgSSAib3BlbiB0aGUgZmllbGRzIGFzIHJzLmVkaXQiPz8/Pz8/DQoNCkJlc3Qg
UmVnYXJkcywNCkQuV2lydGgNCg0KDQotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCkRvbWluaWMgV2lydGgNCklULUFw
cHJlbnRpY2UNCkthYmEgQUcNCkhvZndpc2Vuc3RyYXNzZSAyNA0KQ0gtODE1MyBS/G1sYW5nDQoN
ClRlbC4gKzQxICgwKTEgLSA4MTggOTEgMjYNCg0KRS1NYWlsOiBkd2lydGhAa2FiYS5jb20NCklu
dGVybmV0OiBodHRwOi8vd3d3LmthYmEuY2gvDQpQcml2YXQ6IGh0dHA6Ly93d3cuc3ViemVyby5j
aC52dQ==
Message #2 by "Dominic Wirth" <dwirth@k...> on Thu, 21 Mar 2002 16:19:06 +0100
|
|
@Andy Faulkner
I have done the following thing:
rs.Edit.Fields("fieldname") = "test"
but there comes an error:
---------------------------------------------------------------------------------------------
Error: The object doesn't support the property or method.: 'Edit'
Code: 800A01B6
---------------------------------------------------------------------------------------------
Best Regards,
D.Wirth
Message #3 by Andy Faulkner <afaul@t...> on Thu, 21 Mar 2002 10:24:28 -0500
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1D0EC.7DBEA570
Content-Type: text/plain;
charset="iso-8859-1"
Just do:
rs.Edit
rs!FieldName=string
rs.Update
**Do not use the Fields Property
-----Original Message-----
From: Dominic Wirth [mailto:dwirth@k...]
Sent: Thursday, March 21, 2002 10:19 AM
To: ActiveX_Data_Objects
Subject: [activex_data_objects] Antwort: RE: Error with rs.Update
@Andy Faulkner
I have done the following thing:
rs.Edit.Fields("fieldname") = "test"
but there comes an error:
----------------------------------------------------------------------------
-----------------
Error: The object doesn't support the property or method.: 'Edit'
Code: 800A01B6
----------------------------------------------------------------------------
-----------------
Best Regards,
D.Wirth
|
|
 |