[Solved] Getting Error: Not all code paths a value
There are many problems in your code. Of course the compiler stops you at compile time, but then you will get other errors at runtime So fixing the compile time problem is easy. Just write a retrun value if you don’t have any rows returned by your query: // This returns true if you have … Read more