Palm PDB Database Help

2002-04-02 Thread Kade P. Cole
I am trying to write my first Palm application. I am having some trouble with reading values from a PDB file I created from a database. I have 7 Fields and they are all character strings in the database. Every time I try and read one I get a bad memory reference error. I am getting the memory

RE: Palm PDB Database Help

2002-04-02 Thread Robert McKenzie
Developer Forum Subject: Palm PDB Database Help I am trying to write my first Palm application. I am having some trouble with reading values from a PDB file I created from a database. I have 7 Fields and they are all character strings in the database. Every time I try and read one I get a bad memory

Re: Palm PDB Database Help

2002-04-02 Thread Kade P. Cole
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 Developer Forum Subject: Palm PDB

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