Recently I want to grab picture for nav Database. But it has been compressed by certain algorithm. I tried Zip and Deflate. But I failed. Anybody knows what algorithm Nav uses? Or is there some other appoaches that I can grab from Nav database from outside of Nav.
Is there some other approach to get that? My boss don’t want to turn off the compress attribute. I wrote a small software to do the compress and decompress. It works.but because I don’t know the algorithm, I cannot decompress.
Use web-services to access a NAV codeunit. Make that codeunit generically take a table no., field no. to reference a blob field. Then have it write the blob field, as text to the filesystem. The text will be decompressed.
You may be able to use C-Front to decompress the data.