csharp Unknown column 'FundAllocation' in 'field list

Code Example - csharp Unknown column 'FundAllocation' in 'field list

                
                        /* Could be:
a) Using the wrong kind of qoutes, ie. 'FieldName' instead of `FieldName`
b) Your table does not have that column
c) You are trying to update/access data in the incorrect table (see point b)
*/