RE: Palm PDB Database Help

2002-04-02 Thread Robert McKenzie
Kade: You have a basic C misconception here. A DB record should (can only) contain that actual strings themselves, NOT pointers to them. -bob mckenzie, palmsource pdx. -Original Message- From: Kade P. Cole [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 7:35 AM To: Palm

Re: Palm PDB Database Help

2002-04-02 Thread Kade P. Cole
I must not have explained it well. The Databse record in the PDB DOES contain the character strings. The struct that I am using to access the DB record is the one with the pointers in it. Kade On 4/2/02 9:51 AM, Robert McKenzie [EMAIL PROTECTED] wrote: Kade: You have a basic C

Re: Palm PDB Database Help

2002-04-02 Thread Dave Lippincott
. Cole [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 11:13 AM Subject: Re: Palm PDB Database Help I must not have explained it well. The Databse record in the PDB DOES contain the character strings. The struct that I am using to access the DB record

RE: Palm PDB Database Help

2002-04-02 Thread Robert McKenzie
; } -Original Message- From: Kade P. Cole [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:14 AM To: Palm Developer Forum Subject: Re: Palm PDB Database Help I must not have explained it well. The Databse record in the PDB DOES contain the character strings

RE: Palm PDB Database Help

2002-04-02 Thread Matt Hebley
; } return 0; } -Original Message- From: Kade P. Cole [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:14 AM To: Palm Developer Forum Subject: Re: Palm PDB Database Help I must not have explained it well. The Databse record in the PDB DOES contain the character strings. The struct