> From: Rochester, Dean
>
> I have gone through the examples in the CDK for the conduits
> and all works great.  I am now trying to modify the
> textcond.java example to read through a different database
> then the MemoDB.
>
> I have changed the remote database using CondCfg.exe but when
> I look at the output file that it makes on my PC I do not see
> the text for the record data.  I only see the following...
> The memo filed does not contain what is shown in the list below.
> Do I have to use a different type of record?  I am
> using the MemoRecord as per what is in the textcond.java file.
>

I may be misunderstanding your problem, but it seems worthwhile pointing out
that each database on a Palm OS device can contain whatever its author wants
to put in it.  The only major limitation is that each record can contain no
more than 64KB of stuff (actually, a tiny bit less).  The structure of each
record in a database can be anything.  So, there is absolutely no reason to
assume that the record structure used by the other database is anything at
all like the structure of the MemoDB.  In fact, it would be very surprising
if the structure was the same, unless the other db was just a copy of the
memo db.


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

Reply via email to