>I do not have the database's type & creator, I only have got the cardNo & >dbID. You shouldn't be keeping the dbID and card number in long-term storage, because they're not guaranteed to be valid if the database is deleted. Think of the dbID like a pointer in that sense... there's no way for the system to tell you that the ID is invalid, and sometimes there's no way for the system to know that one you pass to it is bad. You'll have to save the database name, if you want a permanent way to point to a database. Sometimes saving the creator and type will be sufficient, but remember that there can be multiple databases with the same type and creator. -David Fedor Palm Developer Support
- How can I know if a database was deleted from the Palm de... Dan Hod
- Re: How can I know if a database was deleted from th... Holger Klawitter
- RE: How can I know if a database was deleted from th... Nick Hammond
- Re: How can I know if a database was deleted from th... Dan Hod
- Re: How can I know if a database was deleted from th... Dan Hod
- Re: How can I know if a database was deleted from th... David Fedor
- Re: How can I know if a database was deleted from th... Ben Darnell
- Re: How can I know if a database was deleted from th... Dan Hod
- Re: How can I know if a database was deleted from th... Jim Schram
- RE: How can I know if a database was deleted from th... Richard Hartman
- Re: How can I know if a database was deleted from th... Dan Hod
- Re: RE: How can I know if a database was deleted fro... Chris Faherty
- Re: RE: How can I know if a database was deleted fro... Chris Faherty
- Re: RE: How can I know if a database was deleted fro... Dan Hod
- RE: How can I know if a database was deleted from th... Richard Hartman
- RE: RE: How can I know if a database was deleted fro... Richard Hartman
