Not that I know of - the method that I use for this is to have the database sorted by 
the field that I wish to search on - then you can perform a binary search to get at 
the information you want - it works extremely fast.  If you wish you can build up your 
own indexes so that you can search on different fields - or buy yourself one of the 
DBMS's for the palm like DB2 or Ultralite.

> -----Original Message-----
> From: Saraswathy [mailto:[EMAIL PROTECTED]] 
> Sent: 10 December 2001 09:57
> To: Palm Developer Forum
> Subject: Re: Search a value/string
> 
> 
> if i use  DmQueryRecord( db,recno) I have to search the 
> entire database. Instead of searching the entire database , 
> is there anyway to locate that particular record...(like an 
> sql query);
> 
> ----- Original Message -----
> From: "Fergal Moran" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Monday, December 10, 2001 2:56 PM
> Subject: RE: Search a value/string
> 
> 
> > Sorry - that should have been StrCompare().
> >
> > > -----Original Message-----
> > > From: Fergal Moran [mailto:[EMAIL PROTECTED]]
> > > Sent: 10 December 2001 09:23
> > > To: Palm Developer Forum
> > > Subject: RE: Search a value/string
> > >
> > >
> > > StrCmp()
> > >
> > > > -----Original Message-----
> > > > From: Saraswathy [mailto:[EMAIL PROTECTED]]
> > > > Sent: 10 December 2001 09:22
> > > > To: Palm Developer Forum
> > > > Subject: Search a value/string
> > > >
> > > >
> > > > Is there any way to search a particular string/value in a 
> > > > particular field of a database. (something like a query...!!)
> > > >
> > > > Regards,
> > > > Saraswathy
> > > >
> > > >
> > > > --
> > > > For information on using the Palm Developer Forums, or to 
> > > > unsubscribe, please see
> > > http://www.palmos.com/dev/tech/support/forums/
> > > >
> > >
> > > --
> > > For
> > > information on using the Palm Developer Forums, or to 
> unsubscribe, 
> > > please see http://www.palmos.com/dev/tech/support/forums/
> > >
> >
> > --
> > For information on using the Palm Developer Forums, or to 
> unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to 
> unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
> 

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

Reply via email to