Hi,
I`m creating a new database (target database) importing the XML of all the tables and fields added by the user in another database (source database).
Previously i export all the tables and fields of the source database to a XML.
The problem is that sometimes, when i make the import, this error ocurred: "No Compatible XML Schema was found for this object"...can anybody tell me why??? What can be happening???
To Export i use:
dim oTablaMD as SAPbobsCOM.UserTablesMD
oTablaMD.SaveXML(strRutaXML)
To Import i use:
oCompany.GetBusinessObjectFromXML(strPath,0)
Thanks!!