SQL Query
Results 1 to 5 of 5

Thread: SQL Query

  1. #1
    Member
    Join Date
    Jul 2008
    Posts
    37

    Default SQL Query

    Guys,

    I'm trying to build some queries to check the results vs short stacks.
    First, could anyone of you tell in which table I can find the details of the players in a hand (to check their stack sizes)? I don't seem to be find that ...

    Thanks!

  2. #2
    Administrator Rvg72's Avatar
    Join Date
    Jul 2008
    Posts
    3,056

    Default

    Hi, you can get the pokerhand_id somehow and then a

    select * from playerhandscashkeycolumns where pokerhand_id = 12345

    will get you info from all the players in hand 12345

    Roy

  3. #3
    Member
    Join Date
    Jul 2008
    Posts
    37

    Default

    Thanks!

  4. #4
    Junior Member
    Join Date
    Jan 2009
    Posts
    5

    Default

    edit the holdemmanager.config file and change the

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

    Then relaunch HM and run the report. Then look
    for the DBTrace.log file and it will show the queries that were used.


    That's the solution!
    Thx to RVG72


  5. #5
    Junior Member
    Join Date
    Jan 2009
    Posts
    5

    Default

    Quote Originally Posted by oksi View Post
    edit the holdemmanager.config file and change the

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

    Then relaunch HM and run the report. Then look
    for the DBTrace.log file and it will show the queries that were used.


    That's the solution!
    Thx to RVG72


    Sorry I really messed up. This post is not to be here! :$

Similar Threads

  1. SQL query
    By pelerin in forum Manager General
    Replies: 12
    Last Post: 01-19-2013, 06:13 PM
  2. query has stopped working...
    By abba in forum Manager General
    Replies: 5
    Last Post: 02-23-2009, 02:05 AM
  3. license query
    By Philopio in forum Manager General
    Replies: 2
    Last Post: 10-17-2008, 03:55 AM
  4. Rakeback Query.
    By ThomasP in forum Manager General
    Replies: 1
    Last Post: 09-30-2008, 01:13 PM
  5. Limp RR HU query
    By wsop2008 in forum Manager General
    Replies: 4
    Last Post: 07-26-2008, 10:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •