OK Roger, thanks ;))

"Dave Lippincott" <[EMAIL PROTECTED]> a �crit dans le message de news:
[EMAIL PROTECTED]
>
>  http://makeashorterlink.com/?C13631422
> The data manager routines only work for RAM.  Read about the VFS Manager
> APIs
>
> ----- Original Message -----
> From: "Philippe ROSSI" <[EMAIL PROTECTED]>
> Newsgroups: palm-dev-forum
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 15, 2002 10:20 AM
> Subject: DmFindDatabase not find my pdb in my SD Card ! Why ?
>
>
> > Hi all,
> >
> > I have an SD Card on my M515 on PalmOS 4.0. I'm using Falch.net IDE for
> GCC.
> > I installed a PDB on my SD Card but when i use DmFindDatabase,
> > the function's return code is always 0.
> >
> > My source is :
> > LocalID nFind = 0;
> > UInt16 i;
> > UInt16 numCards = MemNumCards();
> >
> > For (i=0; i<=numCards && !nFind ; i++)
> > {
> >    nFind = DmFindDatabase(i, "mydbname");
> > }
> >
> > Where i am wrong ? Thanks for help.
> >
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
> >
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to