I have this error message but i cannot find any wrongdoing, help?
const string sql = @"SELECT PrimarySchool,TopHonour,Cca,TopStudent,TopAggregate,TopImage FROM Primary";
primary is a reserved keyword in TSQL. Make it SELECT ...(snipped)... FROM [Primary]"
to escape it and indicate you mean the object named Primary.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With