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) ?

asked 26 Mar '20, 06:28

Stalker's gravatar image

Stalker
470283147
accept rate: 11%


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/81612b906ce2101484c8b12be85d71f7.html?q=external%20call%20interface

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

permanent link

answered 26 Mar '20, 09:40

Breck%20Carter's gravatar image

Breck Carter
32.5k5407241050
accept rate: 20%

edited 26 Mar '20, 09:41

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,

(27 Mar '20, 07:31) Stalker
Replies hidden
1

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

(27 Mar '20, 07:55) Breck Carter
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×234
×37

question asked: 26 Mar '20, 06:28

question was seen: 857 times

last updated: 27 Mar '20, 07:55