i'm using something like this for working with pdb

CDatabase pDatabase= GetDatabase();//gets the pointer
to a database

CRecordStream rs(pDatabase);

CString str;

rs<<str;
rs.Close();

... 
the thing i want to show is that i'm using CString
structers to enter data in  DB ... i have tables wich
have over 500 chars a record so i didn't meet your
problem until now .. the only problem i met is that :
on a treo .. if the phone rings during a write into db
it won't write the text that is supposed  insted i
found some communciations instrucions in the db...
hope this will help u with ur problem .. btw CString &
CDatabase& CRecordstream clases are included in
::#include <POL.h>

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to