[AccessD] Get Computer Name

Max Wanadoo max.wanadoo at gmail.com
Sun Aug 16 09:06:14 CDT 2009


UDP = User Defined Properties.


But if  you DIDN'T want it to be moved (ie, stolen) you can check that the
values in the Registry (as set by you on installation) are still the same as
those in the UDP on the BE (as set by you on installation).

If somebody picks the BE up and moves it to another PC with a different set
of matching registry/UDP keys, then you can trap this and take whatever
action you deem fit.

On the FE too, of course.  No limit to what you can put into the Registry on
the UDP on the FE/BE for all sorts of purposes.

Max



-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan
Sent: 16 August 2009 14:51
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Get Computer Name

Exactly - and if it is in the  BE and you have automatic relinking code, you
can pick the 
application up and move it to another machine with no problems.

I have never come across a situation where a registry entry is preferable to
storing data 
locally with the application - The same goes for using the AppData  path -
it just makes it 
harder to backup or move an application.  

-- 
Stuart

On 16 Aug 2009 at 14:07, Max Wanadoo wrote:

> ...and if that is still considered insecure, you could always write it to
> your own defined property in the BE which is completely invisible to the
> user.  I stick all sorts of license stuff in user-defined-properties in
the
> BE. You can log people in/out. Count how many concurrent users there are,
> what ever you want.
> 
> 
> 
> Max
> 
> 
> 
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Susan Harkins
> Sent: 16 August 2009 13:33
> To: Access Developers discussion and problem solving
> Subject: Re: [AccessD] Get Computer Name
> 
> Well, not if the application itself writes the settings to begin with.
> 
> Susan H.
> 
> 
> 
> > Yes it came through  - but I never use the registry to store settings.
It
> 
> > stops the application
> > from being portable.
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list