ZClass and SQL Table
Hi I have an old system based on a SQL database, and wanna to make a Web version of it. Are there any way to represent the SQL tables as ZClasses? I mean, the attributes of the ZClasses be stored in a SQL table? TIA -- +---------------------------------+---------------------------------+ | César A. K. Grossmann | Capacitação Solidária | | ckant@fazenda.gov.br | http://www.uol.com.br/umminuto/ | | http://members.xoom.com/ckant/ | Clique e doe - é de graça | +---------------------------------+---------------------------------+ http://www.halcyon.com/sciclub/cgi-pvt/instr/instr.html A long-forgotten loved one will appear soon. Buy the negatives at any price.
Hi Cesar, Try ZPatterns: http://www.zope.org/Members/pje/ZPatterns it allows you to 'dress' your old SQL system with ZClasses (subclassed by DataSkins..) -steve
"CG" == =?iso-8859-1?Q?C=E9sar?= A K Grossmann <iso-8859-1> writes:
CG> Hi CG> I have an old system based on a SQL database, and wanna to CG> make a Web version of it. CG> Are there any way to represent the SQL tables as ZClasses? I CG> mean, the attributes of the ZClasses be stored in a SQL table? CG> TIA -- CG> +---------------------------------+---------------------------------+ CG> | César A. K. Grossmann | Capacitação Solidária | | CG> ckant@fazenda.gov.br | http://www.uol.com.br/umminuto/ | | CG> http://members.xoom.com/ckant/ | Clique e doe - é de graça | CG> +---------------------------------+---------------------------------+ CG> http://www.halcyon.com/sciclub/cgi-pvt/instr/instr.html A CG> long-forgotten loved one will appear soon. CG> Buy the negatives at any price. CG> _______________________________________________ Zope maillist CG> - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** CG> No cross posts or HTML encoding! ** (Related lists - CG> http://lists.zope.org/mailman/listinfo/zope-announce CG> http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
César A. K. Grossmann -
Steve Spicklemire