PDA

View Full Version : storage of amount won/lost for hand (plotting graph)



infurrrno
11-19-2011, 06:21 PM
Hi,

I have a project for school where I want to plot poker winnings in a graph control.

I was wondering if the amount won for each hand is saved to any point in the db, or if I will have to parse the hh strings saved in the table (SELECT handhistory FROM handhistories, players WHERE handhistories.player_id = players.player_id AND players.playername = '______') (now parse) to find this data. I can't seem to find any column that represents this in any of the hm2 tables, so I'm guessing I'll have to do it with the latter method, but just wanted to check on here before I take a longer route than needs to be taken.

Thanks!

udbrky
11-21-2011, 06:25 AM
Currently, we have not finalized this - eventually this will be avalable.