Hi Alexandre...
I do not think that there is any DIRECT solution (ie by doing the work
directly in the DB)...
To achieve what you are describing, I think that you will have to rely
to a standard transfer (being ftp, http, or whatever works for your
situation) with a progress bar, and then use a local executable (or a
stored procedure) to attach the binary to the record, directly on the
server.
Best regards
--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting
More information on
http://www.fabriceharari.com
Alexandre Leclerc wrote:
Read next »Hi all,
I'm currently doing some research for a potential project. (Trying to get answers to some technical aspects.)
I try to find a solution to be able to see the progression of a big memo transfer in HFSQL C/S over the internet (like FTP transfer progress). But I can't find anything in the help, nor the
LST (from 69) nor the forums. (Or maybe I'm not looking for the good keywords.)
What I try to achieve is like an FTP transfer to and from a server, but with HFSQL right inside a DB. Here are the details:
- I have a HSSQL C/S DB with a table that contains "files" (binary memo, etc.) on a server over the Internet.
- Client applications will send "files" to the DB. The size will always be several MB.
- I would like to display the transfer progression to and from the DB. (HAdd(), HRead()).
- If possible the user could "break" the operation.
Any ideas or suggestions are welcomed!
Thank you very much,
Alexandre Leclerc