Hey...
are there any reasons why I should NOT use direct SQL statements? I mean, sometimes I just want to access one simple field of a table and the "normal" statement selects every field of a table. I could reduce the network load due to returning the single field instead of all columns of a table. Or does it make no sense due to some other reasons?!