by bball44 » Wed Jun 17, 2009 11:14 pm
I mentioned the DB error but didn't emphasis it or give any detail - sorry, I figured the error was simply some sort update query not working becuase of the structure of the hand history file. Here is the error from the pterrorlog file (I should have included this from the start).
PT Version: 2.17.03k
Error Date: 06/17/2009 23:01
Database Error: -1003
Error Text: SQLSTATE = S1093
[Microsoft][ODBC Microsoft Access Driver] Invalid argument.
No changes made to database.
INSERT INTO session ( session_id, player_id, session_start, session_end, table_name, seat_number, game_level_id, amount_won, total_hands, site_id, vol_saw_flop, pre_flop_raise, att_steal, chance_to_steal, won_hand, went_to_sd, won_at_sd, real_player_id ) VALUES ( 104328, 18605, {ts '2009-06-17 22:59:10'}, {ts '2009-06-17 23:00:12'}, 'Mobil (speed)', 1, 1, 0, 3, 11, 0, 0, 0, 0, 0, 0, 0, 18605 )
DataObject: d_sessions
Syntax In Error: INSERT INTO session ( session_id, player_id, session_start, session_end, table_name, seat_number, game_level_id, amount_won, total_hands, site_id, vol_saw_flop, pre_flop_raise, att_steal, chance_to_steal, won_hand, went_to_sd, won_at_sd, real_player_id ) VALUES ( 104328, 18605, {ts '2009-06-17 22:59:10'}, {ts '2009-06-17 23:00:12'}, 'Mobil (speed)', 1, 1, 0, 3, 11, 0, 0, 0, 0, 0, 0, 0, 18605 )
*********************************