Question

I'm actually on a time performance project.

The goal is to display a document stored in a blog field on a database (mysql) without having to write it on the hard drive.

The whole document must be stored in RAM only, and displayed from there for confidentiality purposes.

I'm having trouble to do that, as the functions allowing to perform the operation takes for parameter the physical path of the file.

I've also searched for alternative solutions, like for example a piece of software allowing to make windows believe that some defined part of the RAM is a removable disk, or something like that. I haven't foud anything that fitted my needs.

Any ideas?

Thanks in advance!

PS: I'm forced to do this application with Windev 12

Was it helpful?

Solution

Well... I found a way to do that, giving a logical path to the functions, which points on a remote virtual drive. Windev displays the files as wanted. Problem solved!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top