Hi, I am trying to extend the server backend by writing a new module. Basically, it tries to retrieve tuples from a specific table using some predefined qualifications (equivalent to "SELECT FROM WHERE" client sql statement ). Is there any quick or efficient way to do this?
Many thanks :)