2007-04-17, 03:54 AM
When I try to access the EWA I get the following error:
Exception Details: System.Data.SQLite.SQLiteException: SQLite error
no such column: hd
Source Error:
Line 122: aCommand.CommandText = "select hd from Schedule where scheduleid='" + UniqueProgrammeIdentifier + "'";
Line 123: aCommand.Connection = zapConnection;
Line 124: DbDataReader aReader = aCommand.ExecuteReader();
Line 125:
Line 126: // read from the database
I'm really not sure what data should be in the hd column, but I can tell you that gbpvr is working fine. Any idea what's going on?
Exception Details: System.Data.SQLite.SQLiteException: SQLite error
no such column: hd
Source Error:
Line 122: aCommand.CommandText = "select hd from Schedule where scheduleid='" + UniqueProgrammeIdentifier + "'";
Line 123: aCommand.Connection = zapConnection;
Line 124: DbDataReader aReader = aCommand.ExecuteReader();
Line 125:
Line 126: // read from the database
I'm really not sure what data should be in the hd column, but I can tell you that gbpvr is working fine. Any idea what's going on?