Skip to main content

Is anyone using default entries for their users?
If so, is there a way to manage them so that the users are consistently entering the same info?
Does the IDentification field strictly specify the user that the profile applies to? I am trying to search for all of these default entries, under the master login and I can't get them all so that I can make them consistent, how can I find them?
Thanks!
Original Post
If you're feeling brave you can open the Pervasive Control Center, locate your database, open the AMGR_Client_Tbl table and then list all of the records where Record_Type is '5':

SELECT * FROM "AMGR_Client_Tbl" WHERE Record_Type='5'

I just did a quick test and making changes in the data grid appears to work fine (i.e., the modifications appear in Maximizer without errors).

HOWEVER, direct tweaking of the tables in this manner is definitely unsupported. Do so at your own risk!

Add Reply

Post
LEGAL INFO
CONTACT US
Copyright 2007-2018 Advoco Solutions Ltd. All Rights Reserved.
×
×
×
×
Link copied to your clipboard.
×