View Single Post
  #8  
Old 07-18-2005, 09:05 AM
maddog2030 maddog2030 is offline
Senior Member
 
Join Date: Feb 2005
Location: Virginia Tech, $33s
Posts: 200
Default Re: pokertracker import problem

I've been working on a program that interacts with the pokertracker db and noticed for some reason that the game_id fields are getting set to the same as game_number fields since the update. I keep backups that I test my program on, but I think things might have gotten mixed up so I wanted to know if it was my program or not.

Can anyone confirm this? To do it, open up your database using MS Access (usually ptrack.mdb) file and look at the tourney_game table. Sort by date_played descending so the newest games are at the top. Compare the game_id column to the game_number column and let me know if they're the same. Compare it to games you played 2+ weeks ago.

A discrepency might help explain the problems.
Reply With Quote