by CarpeDiem » Tue Apr 01, 2008 12:08 pm
Pat,
The conversions went ok. Now, when I start PT & auto-import I get the following error:
A database error has occurred.
DBcode: =1003 Error TExt: sqlstate = S1093
[microsoft][odbc Microsoft Access Driver] Invalid Argument.
No changes made to database
Insert INTO players ( screen _name, treeview_icon, player_id, main_site_id, hide_ind, ring_player, tourney_player ) VALUES ('Thight_RJ', 1, 41640, 2, 0, 1, 0 )
This error message was written into the error file: ....pterrorlog.text please send this file AND THE HAND history file that caused the error to support.... to diagnose.
It got me an endless loop where
Insert INTO players ( screen _name, treeview_icon, player_id, main_site_id, hide_ind, ring_player, tourney_player ) VALUES ('[bbyo]loose_dude[/bbyo], 1, 41640, 2, 0, 1, 0 )
then
Insert INTO players ( screen _name, treeview_icon, player_id, main_site_id, hide_ind, ring_player, tourney_player ) VALUES ('[bbyo]player dude[/bbyo]', 1, 41640, 2, 0, 1, 0 )
then
Insert INTO players ( screen _name, treeview_icon, player_id, main_site_id, hide_ind, ring_player, tourney_player ) VALUES ('[bbyo]other guy[/bbyo]', 1, 41640, 2, 0, 1, 0 )
etc occurred
I ctl-alt-del'd out...
Suggestions?