Android Question B4X Map into XML

Mostez

Well-Known Member
Licensed User
Longtime User
I've a MS SQL stored procedure that accepts XML, how to serialize B4X map into XML in order to pass it to this procedure?

TIA
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
For completion - Xml2Map includes a class named Map2Xml which creates an XML document from a map, however it is probably not relevant for your case as you will need a specific structure.
 
Upvote 0
Top