Quote: Originally Posted by
technostar 
i'm trying this app to work on my car pc but i'm getting the error message below... any idea how to fix this?
9/7/2009 3:30:43 PM:Warning: Error caught while resending data :System.Data.SQLite.SQLiteException: SQLite error
no such column: transfered
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnectio n cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand( )
at System.Data.SQLite.SQLiteCommand.GetStatement(Int3 2 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCo mmand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(Com mandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at WindowsApplication1.DatabaseProcessor.resendData(S tring filename, String user)
my guess would be you've installed both the client and server on the same machine and same directory. The definition of the database tables is different even though the database file names are the same. Just uninstall and install the client first in one directory then the install again but this time the server in a different directory.
I presume your doing this for testing as the server should be on your home pc and the client on your car pc.