It is a custom database created by my app.  My app is customly written to
collect certain type of data.

Can you be specific on what kind of dm functions that could accidentally
make the database invalid?
I create the database using

DmCreateDatabase(1, "databasename",0,0,0);
Could it be that my database doesn't have a creater type etc... ?

Other than that, I only do these operations to the database..

DmDatabaseSize
DmFindDatabase
DmNewRecord
DmWrite
DmSetDatabaseInfo

Is there something particular you are referrring to that will invalidate my
database?  Does anyone have similar experience that they could share with
me?

Any input will greatly appreciated!!
Thanx

Anthony

----- Original Message -----
From: "Chris Antos" <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Sunday, January 19, 2003 5:08 PM
Subject: Re: Moving PDB from 1 palm to another palm? HELP!!


> Let's back up a step, then.
>
> What database is this, exactly?
> Is it a database created by an app you wrote?
> If yes, then probably your app actually has a bug that causes it to
generate
> an invalid database.
>
> It's possible for an app to call certain Dm functions and accidentally
make
> the database invalid.  I know from experience, and then also from reading
> the OS source code.
>
>
> "Anthony Ng" <[EMAIL PROTECTED]> wrote in message
> news:109741@palm-dev-forum...
> >
> > It says: Invalid handheld file deleted:  when i try to hotsync with my
> > palm!!
> > I would think that it will work, but it seem it doesn't?  Do you know
what
> I
> > am doing wrong?
> >
> >
> > ----- Original Message -----
> > From: "Oliver" <[EMAIL PROTECTED]>
> > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> > Sent: Sunday, January 19, 2003 4:29 PM
> > Subject: Re: Moving PDB from 1 palm to another palm? HELP!!
> >
> >
> > > > What if the m100 and m105 is in two different
> > > > locations?
> > >
> > > Fedex one to a location near the other ;-)
> > >
> > > > I was hoping to pass the data through the
> > > > internet.  Did someone ever do that before??
> > > > Please let me know.   The data is created by a
> > > > custom  application.  I konw i can write a
> > > > conduit and parse the data and stuff?  However,
> > > > is there a simpler way of doing this?
> > >
> > > Setting the backup bit, then hotsyncing, then
> > > installing
> > > the pdb file on the other device should work, IMO.
> > > You didn't really say what happens if you try that.
> > > Do you get an error? Can you install the "backup"
> > > pdb into POSE?
> > >
> > > Oliver
> > >
> > >
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > > http://mailplus.yahoo.com
> > >
> > > --
> > > 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/


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

Reply via email to