gautam wrote:
i am new to SAP DB and i wanted to know if there is a possibility that i can give a locked client version to the user (this is a web application).
i mean the flow is something like this....the user when first logs in to teh server , a GUID is retrieved t teh server and the data coresponding to that user is ported to the client SAP DB. i had liek to know if there is anyh way using which i could lock the user from manipulating any data in his local machine but i should be able to port any data into that client DB.

I'm not sure if I understand the problem right, but you could do the following:
- create a user FULLCONTROL, this user creates the tables and is the only one allowed to change the data
- create a user SELECTONLY, other clients connect as that user
- GRANT SELECT ON .... TO SELECTONLY for all tables
(http://www.sapdb.org/7.4/htmhelp/48/f0dac7225811d3a97d00a0c9449261/frameset.htm)


Daniel Dittmar

--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org


_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to