Specifically how could a database be self-executable?
Five answers:
Aussies-Online
2007-09-19 09:09:41 UTC
It means that the file execute a fonction without the need for you to do anything. It does it automatically.
John K
2007-09-19 16:15:55 UTC
It's not a phrase I've heard used in conjunction with databases. Some databases like MS Access require a Runtime Environment. That means the database can't work unless MS Access or the runtime package exists. For example, if you gave me a copy of your Access database, I couldn't use it because I don't have Access. I use a program called Clarion and it creates an EXE file along with the database. If I sent you one of my databases and the exe file, you could run it on any computer whether you had Clarion or not. I guess that's "self executing". Filemaker requires a runtime environment as far as I know, but Delphi doesn't. MySQL does. It's runtime environment is a script written in something like PHP.
Rhonnie
2007-09-19 16:15:25 UTC
Executable compression is any means of compressing an executable file and combining the compressed data with the decompression code it needs into a single executable.
Running a compressed executable essentially unpacks the original executable code, then transfers control to it. The effect is the same as if the original uncompressed executable had been run, so compressed and uncompressed executables are indistinguishable to the casual user.
A compressed executable is one variety of self-extracting archive, where compressed data is packaged along with the relevant decompression code in an executable file.
There are tools that will decompress a compressed executable without executing it, such as CUP386 and UNP.
Most packed executables decompress directly into the memory and need no free file system space to start. However, some decompressor stubs are known to write the uncompressed executable to the file system in order to start it.
I hope it helps!
Rayon
2007-09-19 16:11:52 UTC
i think that databases are Typ-4 and can connected direktly from programms via lib without any help from Database Management Servers
ya_meet_messa
2007-09-19 16:10:29 UTC
I can excute itself.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Search results for 'what does "self-executable" mean?' (Questions and Answers)