Hi, i have one problem.
When i change the name of DB for other, whith DmDatabaseInfo/DmSetDatabaseInfo.

i loss the pointers associated to Database? 
(i write the database appinfo block and set it).
I think what do. Because the converter to csv read the offset of appinfo with
ridicules values.

I get data with:
DmDatabaseInfo(0,dbID2,label,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

Change the name:
StrCopy(label, "PedidosDBSend");
DmSetDatabaseInfo(0,dbID2,label,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);


I need do this? : 

DmDatabaseInfo(0,dbID2,label,NULL,NULL,NULL,NULL,NULL,NULL,&appinfoID,NULL,NULL,NULL);
StrCopy(label, "PedidosDBSend");
DmSetDatabaseInfo(0,dbID2,label,NULL,NULL,NULL,NULL,NULL,NULL,&appinfoID,NULL,NULL,NULL);


--
Open WebMail Project (http://openwebmail.org)

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

Reply via email to