Hi.
In my app I'm getting the necessary info about all the availbale databases
with the following code :
SysCreateDataBaseList(sysFileTApplication,0,&wNumDBsFound,&haItems,true);
if (haItems) paItems= (SysDBListItemType*)MemHandleLock(haItems);
dBName = (Char *) MemPtrNew(sizeof(paItems[listSel].name));
StrCopy(dBName,paItems[listSel].name);
dBIDNo = paItems[listSel].dbID;
dBCardNo = paItems[listSel].cardNo;
MemHandleFree(haItems);
haItems= NULL;
Afterwards I'll use this info to send the DB with exchange manager.
My question is : when I do exgSocket.name = sendName; where sendName =
_btobex://xx:xx:xx:xx:xx:xx/dBName, does the exchange manager knows what is
the file extension or should I indicate that it is dBName.pdb? If its up to
me to indicate the extension, how do I found it?
Thx for the attention
Ricardo
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/