https://www.dropbox.com/sh/qoddiiew8iw57ds/AADOHSEeiziZupCqNtbMO6hAa?dl=0
https://www.dropbox.com/sh/1yzhj02vu1tsoeg/AACU0Uy36rZrjrHTY0WdRLnFa?dl=0
LINK PROJECT YOU NEED BOTH TO WORK
Hi guys!
I got a project called "Oxford emotion" by Microsoft.
I want to save emotions into sqlite.db, i tried as usually but it does not work!
I think because i'm doing wrong something about storing array..anyone can help me?
Guest UserPosted Jan 12, 2016, 4:59 AM
HI !THANKS TO ANSWER ME!
The problem is that i don't know how to save array by sqlite:
SQLITE INSERT:
string Query = "insert into Emotions (Anger) values ('"+ ???? + "')";
ARRAY TO STORE:
Emotion emotion = emotionResult[i];
resultDisplay[0] = new EmotionResultDisplay{ EmotionString = "Anger", Score = emotion.Scores.Anger };
Suvendu Shekhar GiriPosted Jan 12, 2016, 12:51 AM