It depends what database you want to format. For example SQL Server 2000 has some standard procedures for exporting and importing XML data. Most "Old" databases doesn't have standard functionality so you will have to write some conversion functions yourself. I think DBase doesn't support it yet.
Alternatively, you can use ADO to connect to the dbf thru ODBC, query the entire dbf into a recordset, and use the recordset's save method to create an XML file. Jon Hawkins
The World Is Headed For Mutiny,
When All We Want Is Unity. - Creed
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.