cancel
Showing results for 
Search instead for 
Did you mean: 

SA 17 and zip-files ?

1,271

Hi,

Is there a library for "SAP SQL Anywhere 17.0 for Windows" libraries (paid or free) for working with zip archives (archiving, file extraction, viewing the list of files in the archive) ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Breck_Carter
Participant

Google is your friend: zip compression api

For example...

Windows Compression API
https://docs.microsoft.com/en-us/windows/win32/cmpapi/-compression-portal

Welcome to the Hell that is SQL Anywhere external call interface https://help.sap.com/viewer/98ad9ec940e2465695685d98e308dff5/17.0/en-US/81612b906ce2101484c8b12be85d...

Here is a blog post on a similar topic Calling GetOpenFileName() From SQL http://sqlanywhere.blogspot.com/2012/12/calling-getopenfilename-from-sql.html

0 Kudos

I know that I can write a library for working with zip and connect it to SA. I'm interested in the availability of ready-made (working) libraries (paid or free) for working with zip,

Breck_Carter
Participant

Please try Google ( zip compression library ) and tell us why you don't like what you see.