saved using much of the standard DevForce pipeline.Why POCO?POCO is best suited for data that is not stored in a relational database: when you must access data from web services or XML files, for example, yet still want to treat these objects as entities" within your application, and use the same query and save semantics.If you do wish to use POCO-style classes backed by a database, check out