PDA

View Full Version : Adding Players to an alias in the database



Drahnreb2
09-03-2009, 12:50 PM
Hi,
I would like to add multiple players to an alias. Therefore, I have created a list of player_id's that I would like to add to one alias id. I have seen that the "aliases" tables holds this information. However, when I add a pair such as

insert into aliases (aliasplayer_id,player_id) values ('18725','17911');

I can see it in the aliases table, but the player does not appear in the hold'em manager "aliases management".

Any ideas?

netsrak
09-03-2009, 03:10 PM
What you are trying to do is not officially supported....

Try this:
Close down HM and open the holdemmanager.config with notepad and change

<setting name="LogDatabaseCommands">False
To
<setting name="LogDatabaseCommands">True

Now create an alias via the Options menu in HM and when it finishes look in the logs folder for a file named dbtrace.log and open it with Wordpad and go to the bottom of the file and you will see the necessary statements.