Is there any way to get what I think is a pretty generic XML file created on an AS/400 into an ADO recordset in VB6? I know that a recordset can be persisted as an XML file and opened back up, but our AS/400 file is formatted differently than one persisted by ADO and returns an error message when I try yo open it.
This is my first attempt to work with XML so any and all suggestions or examples will be greatly appreciated.
This is my first attempt to work with XML so any and all suggestions or examples will be greatly appreciated.