Re: How to secure an Access database.

From: robher (anonymous_at_discussions.microsoft.com)
Date: 05/17/04


Date: Mon, 17 May 2004 13:46:05 -0700

Ok, granted that creating a multi-threaded application and handling all the inter-thread communication might be a bit of an overshoot here.

However, I could live with an application that runs with both users' permissions. Couldn't that be done? I'm no expert on the matter, but isn't it standard practice to grant physical access to a database only through the application?

BTW, if this isn't the right newsgroup, ¿could you indicate which is?

Thanks again.

     
     ----- david epsom dot com dot au wrote: -----
     
     Ok, so you use impersonation or create two processes: one as
     dbUser, one as Login User. Now, you have to communicate between
     those two processes. There are a number of ways of communicating
     between separate processes: memory, file system, messages,
     semaphores: None of which you are going to learn about in
     vb.database.ado :~(



Relevant Pages

  • Re: send/post a message to a window
    ... Which to my small little brain means "between threads", because I'd have used a direct function call in native code as well if that was what I wanted. ... But I do think that's an overly narrow interpretation of "communication". ... I would say that sending messages like WM_SETTEXT, EM_REPLACESEL, etc. are forms of communication, and they often occur in a single thread. ... I also think that while direct function calls are best where possible, there are viable means of inter-thread communication that don't use Send/Post/Invoke/etc. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Implementation of POSIX mqueues in Linux 2.6
    ... queues in Linux, and need some advise. ... Not sure what exactly you mean by inter-thread communication, ...
    (Linux-Kernel)