Hi Folks,
Working with a n-tier midas app that does minor things with graphics. In the client app, the user can view, load or save images from a Oracle database. The Oracle field containing the data is type BLOB, the TFields are TBlobFields.
Doing this in two-tier works fine. When moving...