On Sun, 26 Feb 2012, Luciano de Souza wrote:

Hello all,

For desktop environments, there are mature projects on data persistance. Press Objects, TiOPF... desktop developers can be proud of the tools they have.

What about CGI environments? Is there something already developed? Yes, we can use SQLDB. It's really a very good component. However, we need to write lots of SQL. The dream would be something like:

user := TUser.create;
user.name := 'Luciano';
user.age := 36;
user.insert;

Why not use tiOPF for this as well ? It works just as well in CGI environments.

Michael.
_______________________________________________
fpc-pascal maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to