Re: Data exchange between Delphi and Python (Win)

2010-01-29 Thread Gabriel Genellina
En Thu, 28 Jan 2010 05:07:00 -0300, Durumdara escribió: I have an exotic db, with exotic drivers, and it have buggy ODBC driver. But I have native driver - under Delphi. I need to access this DB under Pylons (or mod_python). [...] I think to COM/OLE, because it is accessable from all progr

Data exchange between Delphi and Python (Win)

2010-01-28 Thread Durumdara
Hi! I have an exotic db, with exotic drivers, and it have buggy ODBC driver. But I have native driver - under Delphi. I need to access this DB under Pylons (or mod_python). I wrote one solution that working with XML. But I search for easier way to transform and move data between apps. I saw P