Who has experiences with databases in shared-libraries? I try to
generate a new database from a shared-library and to write records to
it, but it simple does not work.
I tried to implement a call like this:
err = SaveData(libRef, custIndex, index, voidDataPtr)
where libRef is the library reference number, custIndex is the
calling applications index, index is a unique database record and
voidDataPtr is the pointer to the data.
reading should work the same way, you pass the unique record index to
the shaed library and it should give back the related value, maybe
with a call like this:
err = ReadData(libRef, custIndex, index, voidDataPtr)
Any help (tips, code snippets, whatever) referring data handling in
shared-libraries is greatly appreciated.
Thanks in advance!
Marc
--
Marc Mennigmann werkbank multimedia gmbh
PGP-Key RSA ID 0x12026CB9 [EMAIL PROTECTED]
PGP-Key DSS ID 0xB79F9DB0 http://www.werkbank.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html