November 17th, 1999, 04:59 PM
Hi
I am using Sheridan Grid Control to map a table.I am using RDS for Client-Server interaction. On the Client side I get a Recordset from the Business Object.
When I try to do an AddNew operation on the record and then assign the field values I get the Message "Errors Occurred"
Dim rs As ADODB.Recordset
rs.AddNew
rs!CustomerID = Some valid value ---> Throws an Error
Where is the problem ?
Thanks
Anand
I am using Sheridan Grid Control to map a table.I am using RDS for Client-Server interaction. On the Client side I get a Recordset from the Business Object.
When I try to do an AddNew operation on the record and then assign the field values I get the Message "Errors Occurred"
Dim rs As ADODB.Recordset
rs.AddNew
rs!CustomerID = Some valid value ---> Throws an Error
Where is the problem ?
Thanks
Anand