Table structure:MeritData(
"Date" Float,
"Merit" Integer,
"Msg" TEXT,
"FromID" Float,
"ToID" Float,
"Board" TEXT,
"SubBoard" TEXT
)
I have been creating your script in XAMPP, but have errors then I add a bit script "create table" and removes the symbol (""). and done created a table in DB
create table MeritData(
Date Float,
Merit Integer,
Msg TEXT,
FromID Float,
ToID Float,
Board TEXT,
SubBoard TEXT
)