Hi!<br><br>I have an exotic db, with exotic drivers, and it have buggy  ODBC driver.<br><br>But I have native driver - under Delphi.<br><br>I need to access this DB under Pylons (or mod_python).<br><br>I wrote one solution that working with XML.<br>
But I search for easier way to transform and move data between apps.<br><br>I saw Python for Delphi, but the installer is showing only Python 2.3 as selectable engine.<br>I think to COM/OLE, because it is accessable from all program, and I think to DLL (but DLL have problematic parameterisation).<br>
<br>The input data (what Delphi got) are SQL commands, and the output are the rows (if got).<br><br>What do you thinking about it? Have anyone experience in this theme?<br><br>Thanks for it!<br>   dd<br>