I am facing some error when calling a method for retrieving the data form sqlite.
error: stray '\302' in program at this line
printf("%d", sqlite3_prepare_v2(database, sqlStatement, -1, &compiledStatement, NULL));
please tell me where I am wrong..