How to retrieve the data from palm database

i need to retrieve data from database and store the data into a global variable. is there anyone know how to do it. if yes can you supply me the code.

another question is how to convert a char to int

thanks

Comments

  • : i need to retrieve data from database and store the data into a global variable. is there anyone know how to do it. if yes can you supply me the code.
    :
    : another question is how to convert a char to int
    :
    : thanks
    :
    Maggie,

    Using DmQueryRecord would provide you with a handle to the data stored in the record. You would then call MemHandleLock on the handle returned from DmQueryRecord and that would contain a pointer to the data in the record.

    DeAnna

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories