I have a access application that utilizes a sql server database.
When I view the current users logged into the database by running the sp_who command in Query Analyizer, there is a column called "Hostname" that displays the computer name of the computer I used to develop the application.
Since this is showing the original computer name that I compiled the application on, I am assuming that this is stored in the .mdb file. For anyone who is running this app, regardless of the computer they are logging in from, it displays the original computer I developed the app on..
Does anyone know where this value is stored in my .mdb file??
Thanks ahead of time...
Todd Renier
Senior Programmer
COT
When I view the current users logged into the database by running the sp_who command in Query Analyizer, there is a column called "Hostname" that displays the computer name of the computer I used to develop the application.
Since this is showing the original computer name that I compiled the application on, I am assuming that this is stored in the .mdb file. For anyone who is running this app, regardless of the computer they are logging in from, it displays the original computer I developed the app on..
Does anyone know where this value is stored in my .mdb file??
Thanks ahead of time...

Todd Renier
Senior Programmer
COT
Last edited: