Hi
I tried to load my PT3 database but i get the following error...
Server: localhost
Database: PT3 DB
Port: 5432
User: postgres
Pass: dbpass
PlayerID:
Npgsql.NpgsqlException:
column holdem_hand_player_statistics.cnt_players does not exist
Severity: ERROR
Code: 42703
at Npgsql.NpgsqlState.<ProcessBackendResponses_Ver_3> d__a.MoveNext()
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObjec t()
at Npgsql.ForwardsOnlyDataReader.GetNextRowDescriptio n()
at Npgsql.ForwardsOnlyDataReader.NextResult()
at Npgsql.ForwardsOnlyDataReader..ctor(IEnumerable`1 dataEnumeration, CommandBehavior behavior, NpgsqlCommand command, NotificationThreadBlock threadBlock, Boolean synchOnReadError)
at Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior cb)
at Npgsql.NpgsqlCommand.ExecuteReader()
at PostgresConnection.f_OlDbReader(String query)
at LeakBuster2.e.a(Boolean b, Boolean b, Boolean b, Boolean b, DateTime b, DateTime b)
at LeakBuster2.e.a(Boolean b, Boolean b, Boolean b, Boolean b, Boolean b)
at LeakBuster2.Mainf.a(Object b, DoWorkEventArgs b)
Any ideas?