Shortcuts: Mobile | Active Topics | Newest Posts | Latest Freeware | Private Messaging | Contribute News | Archive 
  NEWS
  Search News
Browse by Category
News History
1SRC News RSS Feed
1SRC Podcast RSS Feed
Contribute News
  FORUMS
  Search Forums
Topic Specific
News
General
Applications
  Games
  Video
Deals & Promos
Developers
E-books
Mac / Linux
Medical
Podcast
Skins & Backgrounds
Wireless
Off-Topic
  Audio/Video
  Cellphones
  Digital Cameras
  Gaming
  Gadgets & Gizmos
  Non-Palm OS PDAs
  PCs/Laptops
  Tech Web
palm
pre
Foleo
T|X-Series
Z-Series
LifeDrive
Zire
Treo
Tungsten
Older Palms
Sony
VZ-Series
TH-Series
UX-Series
TJ-Series
NX-Series
TG-Series
NZ-Series
Older Clies
Tapwave
Zodiac
Garmin
iQue
Other Licensees
AlphaSmart
Fossil
Group Sense
Kyocera
LG
Samsung
Site Specific
Arcade
Comment/Suggest
  FREEWARE
  Search Freeware
Applications
Ebooks
Skins
Backgrounds
  ABOUT US
  Contact Us
Contribute News
About Us
Privacy Statement
  LOW PRICE SEARCH

Search for the lowest prices: 




  LINKS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go Back   1src Forums > Palm > Older Palm
User Name
Password
FAQ Members List Calendar Chat Arcade Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 03-06-2007, 03:28 PM   #1
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
Palm Database application

I am looking to create a Palm database application for my Senior Project. I have been able to development the Interface but I'm not exactly sure about connecting to the built in Palm database or if there is a free database that I could use. I bought the book Palm OS Programming Bible but when I type in the code it gives me an error. I'm currently using the Palm OS Development Suite for development. I also looked into a tutorial I found online but when I compiled it it also had errors so I feel stuck. I tried to get the sample code off http://www.access-company.com/ but all the links I found were invalid. Please Help!
rmcroft is offline   Reply With Quote
Old 03-07-2007, 09:36 AM   #2
potter
Registered User
 
potter's Avatar
 
Join Date: Feb 2005
Location: SW, VA, USA
Posts: 937 potter is on a distinguished road
A few pointers:

If I remember correctly, there are some sample applications that came with the Palm OS Development Suite. I think they are somewhere in the SDK directory tree.

If you could post more detail as to what error(s) you are getting, we may be able to point you in the right direction.

There is an open source Palm database application, Pilot-DB.
potter is offline   Reply With Quote
Old 03-07-2007, 07:21 PM   #3
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
When I try to get the samples off the PalmOS dev site -- Access-Company site there is an error. I am going to this link http://www.access-company.com/devel...es/classic.html and clicking the Knowledge Base #98...
how in what I'm trying to do in the actual Palm the error is that I'm trying to read "low memory" but I don't know how to access low or high or any memory. What I was trying to do was add a record to the database but I'm not exactly sure how to do so. The books and the sample I got off http://mobile.eric-poncet.com/palm/tutorial.html haven't exactly worked yet so
rmcroft is offline   Reply With Quote
Old 03-07-2007, 08:48 PM   #4
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
HI,

low memory means that what you are trying to write to is system protected, in an area that may contain importatnt data.

It's for OnBoardC, but this guide also is 100% compatible with pODS: http://onboardc.sourceforge.net/cookbook.html

It's a tut, ref, etc..

Luck be with you, welcome to 1src and the Dev community
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Old 03-08-2007, 08:39 AM   #5
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
Thanks that looks like it should be very helpful.
rmcroft is offline   Reply With Quote
Old 03-08-2007, 10:14 AM   #6
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
Anytime holmes. Welcome to the source
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Old 03-11-2007, 06:50 PM   #7
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
So I've kinda got it working. I'm used the PalmDB to setup the database but I want to create me own app that will work with the database. I was able to connect to the database from the app that I'm creating but when I tried to read the records I had already placed in the database it was a lot of garbage but I did see a number I had entered. Any ideas on how to easily read data from the PalmDB database in another App?
rmcroft is offline   Reply With Quote
Old 03-11-2007, 06:56 PM   #8
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
You'll have to dredge up the source for the Pilot-DB app, too see how the structures are defined. Then interface this in to your app to decode the mess.
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Old 03-11-2007, 07:26 PM   #9
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
How exactly do I dredge up the source?
rmcroft is offline   Reply With Quote
Old 03-11-2007, 07:43 PM   #10
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
Download it...

http://sourceforge.net/project/down....tar.gz&9035799

This si the pointer to the source.

in particular check;
/pilot-db/src/design.c
/pilot-db/src/edit.c

granted I don't have the code atm, so these may not be the right directories... Try grepping your root download directory for union and see what it turns up. (in windows, search for files containing union then find it in that text)

All else fails, ***as a last resort***, mail the developer... ask what the structure for the DB records looks like.

btb, waht device do you have, since it is in the older devices sectioN?
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage

Last edited by phreakonaleash : 03-11-2007 at 07:45 PM. Reason: added btb
phreakonaleash is offline   Reply With Quote
Old 03-11-2007, 09:05 PM   #11
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
well the one that I got from my prof is a m505 and I have Tungsten but its at home
rmcroft is offline   Reply With Quote
Old 03-11-2007, 09:21 PM   #12
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
Oh, i was joust interested. T|X ftw over here.
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Old 03-15-2007, 09:15 AM   #13
rmcroft
Registered User
 
Join Date: Mar 2007
Posts: 15 rmcroft is on a distinguished road
So I was able to get my records printed out but I was wondering if there was a way to parse out the information that I need. I tried to look through the code but I really haven't been able to find anywhere that they create a new record or parse out an old one
rmcroft is offline   Reply With Quote
Old 03-15-2007, 12:31 PM   #14
Cyker
Registered User
 
Cyker's Avatar
 
Join Date: Jul 2003
Posts: 3,188 Cyker is on a distinguished road
Yeah - I was looking to try and fix some of the more evil crashing bugs in PilotDB, but the source code is quite messy

As it is, the project has stagnated for some years now
Cyker is offline   Reply With Quote
Old 03-15-2007, 01:53 PM   #15
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
I personally love it. never crashed once over here. The way I understand, It is just a record wit the structure of the data saved to it, but I may be wrong. Just create a new record and write the data to t, or just delete teh record you want to... I think ;-o
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why so few Palm OS hardware manufacturers other then Palm One? Brjlk General 21 01-02-2006 11:22 PM
ZLauncher Iconsets lesliefranke Skins & Backgrounds 61 08-19-2004 03:13 PM
Bluetooth Hot Sync Stirling Clie UX-series 38 02-22-2004 04:35 AM


All times are GMT -5. The time now is 09:38 AM.

  AD HOSTS ?
  GOOGLE ADS ?
  AMAZON ADS ?

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
©2001 Entity City, LLC. All rights reserved.