Subject Re: [Firebird-general] Porting Tiny erp to Firebird
Author Uwe Grauer
Philippe Makowski wrote:
> Hello,
>
> Tiny erp (http://tinyerp.org/) is a good candidate to be ported to Firebird
> it is a ERP CRM software written in Python
>
> I allready made a good part of the work to move the structure, but I need
> somebody with Python knowledge to move further
>
> Any one can help me ?
>
-- snip--

I looked briefly into the code and i don't think that it is easy!
They used create and alter table statements in code.
Doing DDL in Fb isn't recommended in runtime.
Also, i saw a lot of sql without using parameters.
This calls for sql injections.

I wouldn't try,
Uwe