RE: Making dynamic data available via ODBC with Python

2005-02-07 Thread Robert Brewer
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

Re: Making dynamic data available via ODBC with Python

2005-02-07 Thread Diez B. Roggisch
> > 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

Making dynamic data available via ODBC with Python

2005-02-07 Thread Erwin S. Andreasen
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