Forum Discussion
BlessingBanda
Dec 18, 2023Copper Contributor
DB query export to Csv giving error
I have a DB running on wamp server for an online exam app.i am trying to export the candidates exam profile ie all the questions and answers the candidate gave but it is giving me an error.this is th...
BlessingBanda
Dec 18, 2023Copper Contributor
this is the small extract from the DB dump ;
- -- Dumping data for table multi_choice_question
INSERT INTO multi_choice_question (exam_id, question_no, question, correct_answer, a, b, c, d, mark) VALUES
-- Dumping data for table multi_choice_response
INSERT INTO multi_choice_response (exam_id, question_no, assignee_id, response, score) VALUES (39,
- -- Dumping data for table multi_choice_question
INSERT INTO multi_choice_question (exam_id, question_no, question, correct_answer, a, b, c, d, mark) VALUES
-- Dumping data for table multi_choice_response
INSERT INTO multi_choice_response (exam_id, question_no, assignee_id, response, score) VALUES (39,
- olafhelperDec 19, 2023Bronze ContributorYour post/CSV is unreadable and I don't see anything MS SQL Server related; the topic of this forum.
Better post to a more related one.