HandBase Database in Palm Device - TechRepublic
General discussion
April 11, 2002 at 12:08 AM
peter

HandBase Database in Palm Device

by peter . Updated 24 years, 2 months ago

I have a doubt in listing Handbase database names and the number of databases.

I am getting junk database names and wrong number of databses even my
function returns right value(0).

For example,

HapiDBListType dblist;
UInt16 i; if( GetHanDBaseDBList(&dblist) ==0){

i = dblist.numdbs;
StrCopy(fielddefs.dbname,”BsmDB” );

}

I have installed handbase and one database(BsmDB. After executing this
function, dblist should give all the handbase names and no.of databases, but it is showing junk values,why?

Please tell me the possible solution

Thanks and regards
peter

www.peterindia.com

This discussion is locked

All Comments