From: Rudolf S. <rud...@wa...> - 2001-10-20 13:15:44
|
Hi all, Since a couple of months i work with the DB with great pleasure. The only thing is that i cannot do anything on my pc with the created backup of the db from my palm, which is copied to the palm/backup dir. When i want to make the file readable CSV with pdb2csv (with the run--> command option under Win2000) i get the message 'unsupported field type' The exact phrase I type is: D:\DB\pdb2csv -e azr.pdb azr.txt azr.file I did exact as instructed in the manual from the net, but nothing happens..only 'unsupported field type'. What do I do wrong? Further I wanted to Ask if it is easy to implement the csv-file into a good database on my pc... Can someone give me a hand? Best regards, Rudolf Staal, The Netherlands ----- Original Message ----- From: <pil...@li...> To: <pil...@li...> Sent: Friday, October 19, 2001 9:06 PM Subject: Pilot-db-list digest, Vol 1 #238 - 6 msgs > Send Pilot-db-list mailing list submissions to > pil...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > or, via email, send a message with subject or body 'help' to > pil...@li... > > You can reach the person managing the list at > pil...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pilot-db-list digest..." > > > Today's Topics: > > 1. Pilot DB 0.3.3alpha (Alex Malkovsky) > 2. Re:Pilot DB 0.3.3alpha (Chalain Marc) > 3. Re:Pilot DB 0.3.3alpha (jbe...@le...) > 4. Re:Pilot DB 0.3.3alpha (Anthony Schellenberg) > 5. Re:Pilot DB 0.3.3alpha (Tom Dyas) > 6. Re:Pilot DB 0.3.3alpha (Chalain Marc) > > --__--__-- > > Message: 1 > From: "Alex Malkovsky" <al...@ho...> > To: pil...@li... > Date: Thu, 18 Oct 2001 18:13:00 -0400 > Subject: [pilot-db-list] Pilot DB 0.3.3alpha > > Hi, > > I was using 0.3.3alpha for the last several day. The new features are > absolutely great - guys you did tremendous job, many thanks to all of you! > > I'd like to make a few comments: > > 1. Link field currenly refers to the ROW in the another dabase, I would > expect it refer to a particular FIELD in the record, which will be shown in > the parent dabase view. > 2. It will be nice to show the all fields of the linked record when the > link field was tapped in Listview mode > 3. When database is open in read/write mode the tap in listviw mode on > boolean field should change it value rather then open edit screen > (I think it is how used to work in some previous version) > 3. When the value has been added to a list (after tap on "<") the input > field should be clean to avoid confusions. > 4. "Open all database in read/write" is a global preference, I think it > will be better to have it as a particular database preference - some bases > can be used (by default) as read-only, and some - for > editing. > 5. Is it possible to prevent the deletion of the linked record when it has > parent record? (I come from Oracle - this is how foreign key works there > ...) > > PS: I have no problems with changing Database design (Palm Vx. OS > 3.5.3/English) > > BW, > Alex > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > > --__--__-- > > Message: 2 > Date: Fri, 19 Oct 2001 09:38:48 +0200 > Subject: Re:[pilot-db-list] Pilot DB 0.3.3alpha > From: "Chalain Marc"<mar...@vo...> > To: al...@ho... > Cc: Pil...@li... > > > 1. Link field currenly refers to the ROW in the another dabase, I would > > expect it refer to a particular FIELD in the record, which will be shown in > > the parent dabase view. > > It's already added. > > > 2. It will be nice to show the all fields of the linked record when the > > link field was tapped in Listview mode > > Idem, you can jump from the Link field to the record of the other database. (You leave the current database for the linked database) > > > 3. When database is open in read/write mode the tap in listviw mode on > > boolean field should change it value rather then open edit screen > > (I think it is how used to work in some previous version) > > I must change several thing in the List View (check box, Note field...) > > > 3. When the value has been added to a list (after tap on "<") the input > > field should be clean to avoid confusions. > > I'm not sure that is the better, you can often have items with the same name with only different numbers (item1, item2, item3...) > > > 4. "Open all database in read/write" is a global preference, I think it > > will be better to have it as a particular database preference - some bases > > can be used (by default) as read-only, and some - for > > editing. > > More complex, and you can have some problem when you reopen a database which created without the new preference. > > > 5. Is it possible to prevent the deletion of the linked record when it has > > parent record? (I come from Oracle - this is how foreign key works there > > ...) > > At this time it's impossible, the linked database doesn't know the parent database. To do that i must change the whole database structure. > > Salut, > Marc. > __________________________________________________________ > Faites un voeu et puis Voila ! www.voila.fr > Pendant tout l'=E9t=E9, gagnez une Ford Ka sur Voila Gratter ! http://cybergrattage.voila.fr/voila > > > > --__--__-- > > Message: 3 > From: jbe...@le... > To: pil...@li... > Date: Fri, 19 Oct 2001 08:09:44 -0400 > Subject: Re:[pilot-db-list] Pilot DB 0.3.3alpha > > > > > > > 3. When database is open in read/write mode the tap in listviw mode on > > > boolean field should change it value rather then open edit screen > > > (I think it is how used to work in some previous version) > > > I must change several thing in the List View (check box, Note field...) > > Marc, I don't know whether your response indicated that you did or did not > intend to implement this, but I like it the way that it is. A listview is just > that: a *view*. It should always be read-only. Nobody expects that the strings > in the listview are editable, so why should the checkboxes be editable? I think > that editable listview items would only cause confusion and mistaken changes. > > -James Bernsen > > > > > > --__--__-- > > Message: 4 > From: "Anthony Schellenberg" <asc...@ho...> > To: mar...@vo... > Cc: Pil...@li... > Subject: Re:[pilot-db-list] Pilot DB 0.3.3alpha > Date: Fri, 19 Oct 2001 08:21:57 -0500 > > > > > > 3. When database is open in read/write mode the tap in listviw mode on > > > boolean field should change it value rather then open edit screen > > > (I think it is how used to work in some previous version) > > > >I must change several thing in the List View (check box, Note field...) > > I would like to have the option to do this, some like to check off items in > list view, others do not. > > > > 3. When the value has been added to a list (after tap on "<") the > >input > > > field should be clean to avoid confusions. > > > >I'm not sure that is the better, you can often have items with the same > >name with only different numbers (item1, item2, item3...) > > What you could do is after tapping the "<" you could highlight the input > field so it was ready to be overwritten. That way you still have the option > to change something on the end, or type something new with minimal work. > > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > > --__--__-- > > Message: 5 > From: Tom Dyas <td...@us...> > To: jbe...@le... > Subject: Re:[pilot-db-list] Pilot DB 0.3.3alpha > Date: Fri, 19 Oct 2001 10:13:53 -0400 > Cc: pil...@li... > > On Friday 19 October 2001 08:09 am, jbe...@le... wrote: > > > Marc, I don't know whether your response indicated that you did or did not > > intend to implement this, but I like it the way that it is. A listview is > > just that: a *view*. It should always be read-only. Nobody expects that > > the strings in the listview are editable, so why should the checkboxes be > > editable? I think that editable listview items would only cause confusion > > and mistaken changes. > > Editable checkboxes in the list view is designed for people who have things > like grocery lists or to-do lists and such. They can quickly set a checkbox > or 5 regarding whatever list they are managing. > > > --__--__-- > > Message: 6 > Date: Fri, 19 Oct 2001 18:24:37 +0200 > Subject: Re:[pilot-db-list] Pilot DB 0.3.3alpha > From: "Chalain Marc"<mar...@vo...> > To: asc...@ho... > Cc: pil...@li... > > > What you could do is after tapping the "<" you could highlight the input > > field so it was ready to be overwritten. That way you still have the option > > to change something on the end, or type something new with minimal work. > > Good Idea!!! > > __________________________________________________________ > Faites un voeu et puis Voila ! www.voila.fr > Pendant tout l'=E9t=E9, gagnez une Ford Ka sur Voila Gratter ! http://cybergrattage.voila.fr/voila > > > > > --__--__-- > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > End of Pilot-db-list Digest |