This is a discussion on ODBC and XML within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi all, I'm writing an app to export my ODBC connection information to XML format. There is already a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I'm writing an app to export my ODBC connection information to XML format. There is already a standard File .DSN format, but was wondering if there's already an XML DTD or XML Schema for DSN's out there. I definitely don't want to reinvent the wheel, and if I'm able to export my info in a format that would (presumably) be compatible with other applications in the future, so much the better. Thanks, Michael C. |
| ||||
| I know that Microsoft has not defined anything in this area, and I haven't heard of any other ISVs doing this. Brannon Michael C wrote: > Hi all, > > I'm writing an app to export my ODBC connection information to XML format. > There is already a standard File .DSN format, but was wondering if there's > already an XML DTD or XML Schema for DSN's out there. I definitely don't > want to reinvent the wheel, and if I'm able to export my info in a format > that would (presumably) be compatible with other applications in the future, > so much the better. > > Thanks, > Michael C. > > |