Erwin S. Andreasen wrote:
> I have a Python application server that manages several different data
> sets, permits various reports to be run on them and the data to be
> downloaded as tab-delimetered files, all via a web interface.
>
> I'd like to explore the possibilities of making the data direc
>
> Is there some better way of doing this -- some way to provide tabular
> data remotely to Windows machines, usable in Office programs, which
> happens to already have some Python code written for it? Looking
> around, there is at least one XML-to-ODBC bridge but encoding the
> entire data file
I have a Python application server that manages several different data
sets, permits various reports to be run on them and the data to be
downloaded as tab-delimetered files, all via a web interface.
I'd like to explore the possibilities of making the data directly
available in Windows applicatio