RE: [U2] Need to partially hide a file

2007-12-03 Thread Stevenson, Charles
Look seriously at both Ray's SQL solution and Mark's Data-At-Rest-Encryption. The latter is a UV 10.2 enhancement. -Original Message- From: Ray Wurlod Sent: Thursday, November 29, 2007 1:59 PM If you were to convert the file into an SQL table, then you can grant SELECT privilege (or

RE: [U2] Need to partially hide a file

2007-11-29 Thread Andy Baum
@listserver.u2ug.org Subject: [U2] Need to partially hide a file Hi all. Can someone tell me if it is possible? I'll explain the scenario: We need to hide some private data (customer personal data) in order to fit with our Private Data Protection Law. But only for some users, the others, they need to have

RE: [U2] Need to partially hide a file

2007-11-29 Thread Ray Wurlod
If you were to convert the file into an SQL table, then you can grant SELECT privilege (or not) at the individual column level. And/or you can restrict the table entirely to a single SQL user (at least in UniVerse) and only access it via programs compiled with the AUTHORIZATION statement. My

[U2] Need to partially hide a file

2007-11-28 Thread Augusto Alonso
Hi all. Can someone tell me if it is possible? I'll explain the scenario: We need to hide some private data (customer personal data) in order to fit with our Private Data Protection Law. But only for some users, the others, they need to have full access. Our app is complex enough to modify

RE: [U2] Need to partially hide a file [not-secure]

2007-11-28 Thread Hennessey, Mark F.
snip Can someone tell me if it is possible? I'll explain the scenario: We need to hide some private data (customer personal data) in order to fit with our Private Data Protection Law. But only for some users, the others, they need to have full access. Our app is complex enough to modify the

RE: [U2] Need to partially hide a file

2007-11-28 Thread Dave Davis
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Augusto Alonso Sent: Wednesday, November 28, 2007 1:46 PM To: u2-users@listserver.u2ug.org Subject: [U2] Need to partially hide a file Hi all. Can someone tell me if it is possible? I'll explain the scenario: We

RE: [U2] Need to partially hide a file

2007-11-28 Thread Baker Hughes
Augusto, sort of along the same line of thinking as Dave ... play with the user's logon as soon as they login... Modify your LOGIN VOC item so that it: a) Checks a Data Security flag for that specific user [ @logname = Item ID in DSA.Flags file] b) Open the Cust.Secure.Data file to a named

Re: [U2] Need to partially hide a file

2007-11-28 Thread Augusto Alonso
sollution, so that the code remains unchanged. - Original Message - From: Baker Hughes [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, November 28, 2007 11:47 PM Subject: RE: [U2] Need to partially hide a file Augusto, sort of along the same line of thinking as Dave

Re: [U2] Need to partially hide a file

2007-11-28 Thread karlp
) I was thinking in a pointer-like sollution, so that the code remains unchanged. - Original Message - From: Baker Hughes [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, November 28, 2007 11:47 PM Subject: RE: [U2] Need to partially hide a file Augusto, sort

Re: [U2] Need to partially hide a file

2007-11-28 Thread Craig Bennett
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/