Previous Thread

7/25/2006 9:22:02 AM    how to get sql server login in vba Access 2003
is possible to get the sql server login thru vba in Access 2003? 
 
thanks!



7/25/2006 9:12:07 PM    Re: how to get sql server login in vba Access 2003
What exactly are you trying to do? Perhaps if you provide more detail 
 
someone can advise you. If you are asking if you can retrieve a login 
 
and password from SQL Server, then the answer is no. 
 
--Mary 
 
On Tue, 25 Jul 2006 09:22:02 -0700, nycdon 
 
<nycdon@discussions.microsoft.com> wrote:

7/26/2006 9:06:03 PM    Re: how to get sql server login in vba Access 2003
The T-SQL CURRENT_USER function is probably what you're looking for. 
 
Normally auditing is done on the server, so you may want to consider 
 
that approach. 
 
--Mary 
 
On Wed, 26 Jul 2006 11:34:01 -0700, nycdon 
 
<nycdon@discussions.microsoft.com> wrote: