Re: Embedded EDS possible?
- Posted by bruce1961 Feb 07, 2011
- 1312 views
Toward answering my own question, I could edit my own database.e and tweak db_open(). If path ends with ".dll" or ".DLL" then assume database is appended to end of dll (with something like 'COPY /B database.dll + database.edb final_database.dll'.) Interrogate the dll's header to find physical length (is that possible?.) Seek to length+1 and assume that as starting point.
Feasible?