I am developing a system for a company and by default all images that are written in SQL are in the format "jpg", as already use some other systems.
as the server is remote I am sending data via XML.
Today I make a shell in a VB program using oDomDocument and performance is good.
Is there a way to convert the jpg file to "bin.base64" directly from B4J eliminating the shell in VB, while maintaining compatibility with other sitemas?
All other data, have no problem, as few in image files need help.
as the server is remote I am sending data via XML.
Today I make a shell in a VB program using oDomDocument and performance is good.
Is there a way to convert the jpg file to "bin.base64" directly from B4J eliminating the shell in VB, while maintaining compatibility with other sitemas?
All other data, have no problem, as few in image files need help.