RE: [U2] access via disabled accounts (solution) - How?

2005-06-13 Thread Richard Taylor
-1701 -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Friday, June 10, 2005 7:36 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] access via disabled accounts (solution) - How? How can you pull data from a U2 file

RE: [U2] access via disabled accounts (solution) - How?

2005-06-10 Thread Dave Tabor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Jordan Sent: Thursday, June 09, 2005 8:58 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] access via disabled accounts (solution) Within UniVerse you can do the same thing. You can restrict user

RE: [U2] access via disabled accounts (solution) - How?

2005-06-10 Thread David Jordan
Hi Dave Could someone please answer this for me: How can you pull data from a U2 file, via UniObjects, manipulate it in VB.NET, and write it back to the file, via UniObjects, via stored procedures, and without directly accessing the files from UniObjects? I'm just looking for basic general

Re: [U2] access via disabled accounts (solution)

2005-06-10 Thread Mark Ballinger
On Fri, Jun 10, 2005 at 10:57:53AM +1000, David Jordan wrote: Could you explain a little more fully how you do this? Thanks Will Johnson Within UniVerse Basic is an AUTHORIZE Statement which allows you to give the program different access rights to the user running the program. Ie

RE: [U2] access via disabled accounts (solution)

2005-06-09 Thread David Jordan
Hi Martin The only way that I can see to close this hole is for UniObjects to have an option to restrict which operations the client end can request. At the highest level, this should restrict the client so that all he can do is call existing catalogued programs that are compiled with some

Re: [U2] access via disabled accounts (solution)

2005-06-09 Thread FFT2001
In a message dated 6/9/05 5:08:55 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Within UniVerse you can do the same thing. You can restrict user read, write, delete access to the database either setting OS level file access or by SQL security access. With the AUTHORIZE statement, you

RE: [U2] access via disabled accounts (solution)

2005-06-09 Thread David Jordan
Within UniVerse you can do the same thing. You can restrict user read, write, delete access to the database either setting OS level file access or by SQL security access. With the AUTHORIZE statement, you can allow subroutines to have a different access rights. Thus from UniObects one can