Fox wrote: > > When i try to connect to SAPDB with ADODataSet and set the > CursorLocation to > useServer i receive the error message: > 'Updates for this table not allowed' what must i do to use > server cursor > location.
Often tools have a chance to set the type of cursors they want (only readable, readable back and force or cursor which are allowed to be used with ... WHERE CURRENT OF afterwards). At least the last one will change the info sent to the kernel telling the kernel that the client wants to update the cursor. But some cursors are not updateable and the kernel says 'no, that is not allowed for this cursor (join or DISTINCT or something like this is used in)'. Please change the cursor-option in your tool. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
