When I delete a record it shows an weird error,
"unknown column 'id' in 'where clause'. DELETE FROM tableName WHERE id='' null"
Something like that. The error seems to be self explanatory, BUT in my table I dont have a column id.
Table Structure:
- Code
- Name
- UserGroup
Why is ActiveJDBC searching an column id?
The error disappears when I added column id in my table. But still its weird.