Board index » delphi » XML ODBC/ADO Driver
Tom
![]() Delphi Developer |
XML ODBC/ADO Driver2006-11-03 02:15:18 AM delphi154 I posted this in non-tech but did not receive much of a response. I would like the ability to take an old archaic programming language that I work with and be able to access the data. I do have CGI ability and would like to output something like: ... <RecordSet> <Record> <FieldName>Data Contained</FieldName> </Record> <Record> <FieldName>Data Contained</FieldName> </Record> </RecordSet> ... I would like an ODBC driver to interpret this and return results to Excel (my Delphi apps) and more. Does anyone know of such a thing? Does someone know where I could possibly create a read-only ODBC driver in Delphi? Does anyone have sources for purhcase? Thanks, Tom |