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