Understanding component UniQuery
Posted: Mon 14 Dec 2015 22:01
Hello, I'm testing Unidac. I have made a simple application to query one table. I use Uniquery.
SQL = select * from TableX
SQLInsert = insert into TableX, not all fields.
When I try to execute an insert, I get an exception of (FieldX is required), but FieldX is not part of the insert statement.
What do I have to take into account with this components for such operation?
SQL = select * from TableX
SQLInsert = insert into TableX, not all fields.
When I try to execute an insert, I get an exception of (FieldX is required), but FieldX is not part of the insert statement.
What do I have to take into account with this components for such operation?