You can subscribe to this list here.
1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2000 |
Jan
(15) |
Feb
(11) |
Mar
(6) |
Apr
(47) |
May
(14) |
Jun
(13) |
Jul
(20) |
Aug
(4) |
Sep
(15) |
Oct
(28) |
Nov
(40) |
Dec
(11) |
2001 |
Jan
(28) |
Feb
(9) |
Mar
(17) |
Apr
(10) |
May
(26) |
Jun
(31) |
Jul
(83) |
Aug
(66) |
Sep
(106) |
Oct
(82) |
Nov
(139) |
Dec
(76) |
2002 |
Jan
(138) |
Feb
(140) |
Mar
(118) |
Apr
(179) |
May
(85) |
Jun
(92) |
Jul
(53) |
Aug
(39) |
Sep
(60) |
Oct
(48) |
Nov
(114) |
Dec
(71) |
2003 |
Jan
(76) |
Feb
(58) |
Mar
(83) |
Apr
(70) |
May
(23) |
Jun
(63) |
Jul
(27) |
Aug
(233) |
Sep
(74) |
Oct
(35) |
Nov
(24) |
Dec
(42) |
2004 |
Jan
(85) |
Feb
(99) |
Mar
(33) |
Apr
(43) |
May
(17) |
Jun
(29) |
Jul
(17) |
Aug
(16) |
Sep
(17) |
Oct
(5) |
Nov
(3) |
Dec
(15) |
2005 |
Jan
(38) |
Feb
(24) |
Mar
(11) |
Apr
(14) |
May
(4) |
Jun
(15) |
Jul
(11) |
Aug
(5) |
Sep
(3) |
Oct
(14) |
Nov
(9) |
Dec
(3) |
2006 |
Jan
(9) |
Feb
(4) |
Mar
(4) |
Apr
(2) |
May
(6) |
Jun
(1) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(1) |
Nov
|
Dec
(7) |
2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Chalain Marc<mar...@vo...> - 2002-01-16 14:56:30
|
Thank you, i looking for the bugs and i found a lot of them. The trouble comes there is a lot of old bugs that we never saw because DB was small. But now is not the same thing. I hope to give a new beta version today or tomorrow. It's depend if the Gremlins tool (Palm Emulator tool) give me satisfaction. Suncor wrote: > I loaded the beta 2. On the surface it looked like there might be some great > stuff in this version. I entered into an existing database that was created > on my visor in db. I hit the home silkscreen, and I got the following fatal > alert. > > Memory Mgr.c, Line:4450, Invalid chunk ptr > ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: Lawrence S. <spr...@ya...> - 2002-01-16 08:49:56
|
I ran into this problem severa times. There are two solutions: 1: put the field width in the field declaration (for ALL fields) 2: ensure that you have a hard return after each listview definition including the last one!!! If you do the width during the field declaration, it will ignore the listviews -----Original Message----- From: pil...@li... [mailto:pil...@li...]On Behalf Of Stephen W. Asman Sent: Tuesday, January 15, 2002 10:15 PM To: pil...@li... Subject: [pilot-db-list] csv2pdb error Hello, I am trying convert a CSV file to PDB using csv2pdb. I am following the syntax instructions I get from the -h option, but I keep getting the message: csv2pdb: at least one list view must be specified I can't find any reference to this in the syntax guide. Could someone tell me what I'm missing? ------------------------------------------------------------------------- Stephen W. Asman | Room A339 East Fee Hall Microcomputer Hardware & Software Coordinator| Michigan State University MSU-COM | East Lansing, MI 48824 as...@ms... | (517) 432-0492 _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list ===== Check out my WebsiteTry PayPal for making and reciving payments online from your bank account or credit card. __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |
From: Marco A N R. <ma...@te...> - 2002-01-16 01:03:32
|
Hi, I´m new in Palm programming, so if I did some big mistake don´t blame ;) I´m still having problems linking code! See attached files for details. Regards, Marco ----- Original Message ----- From: Chalain Marc To: ma...@te... Sent: terça-feira, 15 de janeiro de 2002 06:10 Subject: Re:[pilot-db-list] Problems compiling source OK perhaps you may add -L$(PALMDEV)/sdk-4/lib/m68k-palmos-coff/lib in the link command. I will see if there is a trouble in my Makefile. But you are the first to have this problem, perhaps your installation is not well done. I used too cygwin. Salut, Marc. PS: PalmOSGlue is a palmOS sdk library > Hi, > > Db is a cool software for Palm. So I want to compile my personal edition of > DB without support of plug-ins, scripts and others. I have used configure to > generate makefile, but the file generated is wrong. I have fixed some paths > but I can´t link code (can´t find PalmOSGlue lib). My source version is > 0.3.3c and I using cygwin and prc-tools 2.0.92 in a win2k box. > > > Regards, > > Marco > > P.S. Sorry about my bad English. > > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: Stephen W. A. <as...@pi...> - 2002-01-15 21:15:47
|
Hello, I am trying convert a CSV file to PDB using csv2pdb. I am following the syntax instructions I get from the -h option, but I keep getting the message: csv2pdb: at least one list view must be specified I can't find any reference to this in the syntax guide. Could someone tell me what I'm missing? ------------------------------------------------------------------------- Stephen W. Asman | Room A339 East Fee Hall Microcomputer Hardware & Software Coordinator| Michigan State University MSU-COM | East Lansing, MI 48824 as...@ms... | (517) 432-0492 |
From: suncor <su...@ya...> - 2002-01-15 17:50:57
|
I loaded the beta 2. On the surface it looked like there might be some great stuff in this version. I entered into an existing database that was created on my visor in db. I hit the home silkscreen, and I got the following fatal alert. Memory Mgr.c, Line:4450, Invalid chunk ptr |
From: Larry K. T. <LK...@we...> - 2002-01-15 15:00:25
|
I agree.=20 =20 LT=20 =20 >I guess I just like =20 >consistency in version =20 >numbers. :)=20 >=20 >-Tom=20 >=20 >_____________________________=20 >__________________=20 >Pilot-db-list mailing list=20 >Pil...@li...urceforg=20 >e.net=20 >https://lists.sourceforge.net=20 >/lists/listinfo/pilot-db-list=20 >=20 >=20 >The Following file(s) are =20 >attached to the GroupWise =20 >message:=20 >Header=20 |
From: Nick S. <sm...@po...> - 2002-01-15 09:04:49
|
The db-tools are command line tools for extracting data from a pdb -> csv (= text data file). The text data file can be imported into apps like Access and Excel and othe= r spreadsheet and database systems. You may want to check out this yahoo group that I started: http://groups.yahoo.com/group/nixdev This is a discussion/support group for a forth coming Conduit for DB.=20 A conduit that will automatically sync DB with your desktop database (Acces= s) whenever you syn your palm. -nick pas...@sn... wrote: > I'm new to the Palm OS system. I downloaded the subject > data base > and it installed just fine on my: Visor Platinum <Palm > V3.5H>. Your > db is exactly what I need for A db of Standby Power Supplies > I must > maintain( about a thousand ) BUT I cannot get my desktop to > recognize > your program. I downloaded <db tools Palm 032.zip> and > executed both > *.exe folders and nothing happened. I really do not > understand the > read me files, they could be better written. > What do I have to do to get my DB from the Visor to the Desk > Top? and > if that can't be done at the very least get it to print out > either in > a db style or spread sheet style page so I can turn these > in, I would > hate to have to write them out long hand. > I'm not new to computers or data bases ( I just never had > to use a > heavy duty type) but my knowledge of spread sheets is > minimal ( not > needed for my job ). >=20=20=20=20=20=20=20 > Please give a long version of instructions.=20=20 >=20 > PJFSr. > P.S. The addy is correct ( but not the reply to ). if you > decide to > E-Mail. >=20 > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list |
From: <pas...@sn...> - 2002-01-15 03:01:48
|
I'm new to the Palm OS system. I downloaded the subject data base and it installed just fine on my: Visor Platinum <Palm V3.5H>. Your db is exactly what I need for A db of Standby Power Supplies I must maintain( about a thousand ) BUT I cannot get my desktop to recognize your program. I downloaded <db tools Palm 032.zip> and executed both *.exe folders and nothing happened. I really do not understand the read me files, they could be better written. What do I have to do to get my DB from the Visor to the Desk Top? and if that can't be done at the very least get it to print out either in a db style or spread sheet style page so I can turn these in, I would hate to have to write them out long hand. I'm not new to computers or data bases ( I just never had to use a heavy duty type) but my knowledge of spread sheets is minimal ( not needed for my job ). =20 Please give a long version of instructions. =20 PJFSr. P.S. The addy is correct ( but not the reply to ). if you decide to E-Mail. |
From: Scott W. <swa...@my...> - 2002-01-14 21:40:17
|
Marco, hi, I'm assuming that you checked to make sure the that the=20 libPalmOSGlue.a is actually in the right place. If it is, and the=20 compiler is still not finding it, try doing a /usr/local/bin/m68k-palmos-gcc -v or whatever path is appropriate. This should tell you all the places tha= t=20 your compiler is looking for things. Make sure that there is a=20 -L<path-to-libPalmOSGlue>, otherwise you might try explicitly including t= he=20 path in the link flags. hope this helps, -Scott =09 (by the way your english is great.) > Hi, >=20 > Db is a cool software for Palm. So I want to compile my personal editio= n of > DB without support of plug-ins, scripts and others. I have used configu= re to > generate makefile, but the file generated is wrong. I have fixed some p= aths > but I can=B4t link code (can=B4t find PalmOSGlue lib). My source versio= n is > 0.3.3c and I using cygwin and prc-tools 2.0.92 in a win2k box. >=20 >=20 > Regards, >=20 > Marco >=20 > P.S. Sorry about my bad English. >=20 >=20 > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list >=20 --=20 |
From: Marco A N R. <ma...@te...> - 2002-01-14 20:15:33
|
Hi, Db is a cool software for Palm. So I want to compile my personal edition of DB without support of plug-ins, scripts and others. I have used configure to generate makefile, but the file generated is wrong. I have fixed some paths but I can´t link code (can´t find PalmOSGlue lib). My source version is 0.3.3c and I using cygwin and prc-tools 2.0.92 in a win2k box. Regards, Marco P.S. Sorry about my bad English. |
From: Oliver G. <oli...@we...> - 2002-01-14 20:13:36
|
Hi Marc! I just downloaded version 0.3.4 beta 2 (14 Jan 2002) and tried it on the emulator (Palm IIIc running PalmOS 3.5.0). It seems that with this version I am unable to edit the list views. I can change the settings in the list view edit screen, but I can't store them. The "Done" button does exactly the same as the "Cancel" button. This still worked with 0.3.4 beta 1 (11 Jan 2002). Also, the version number in the "About" dialog still shows "DB v. 0.3.4beta1" (but it definitely is the new version as of 14 Jan 2002. I wasn't able to reproduce the behaviour I mentioned in my previous mail (with the renamed database). If I find a procedure to recreate that error, I'll mail it to you. I really appreciate the hard work you put into this. I'm a software developer myself and I know how time consuming and frustrating the debugging process can be. Many thanks again for all your time and work on this project. Cheers, Oliver Chalain Marc wrote: > i corrected some memory bugs specially during the database creation and structure update. > There is still other memory bugs i think. I'm still looking for them but it's a very hard work. > Salut, > Marc. > > ____________________________________________________________ > Faites un voeu et puis Voila ! www.voila.fr > Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. > > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > -- Oliver Goetz, mailto:oli...@we... "I'd rather laugh with the sinners than cry with the saints Sinners are much more fun... And only the good die young" -- Billy Joel |
From: Chalain Marc<mar...@vo...> - 2002-01-14 17:35:10
|
i corrected some memory bugs specially during the database creation and structure update. There is still other memory bugs i think. I'm still looking for them but it's a very hard work. Salut, Marc. ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: Scott W. <swa...@my...> - 2002-01-14 15:36:45
|
Well, at some point there was a README.scripts file but it didn't seem to= =20 get included in the 1.3.0 beta zip file. Anyway, I attached it to this=20 message in case other people are having the same troubles. Note that the= =20 functions "rand" and the 3 argument version of "ffr" are curently being=20 worked into the code, they do not exists in beta 1. > Hi, >=20 > is there any description or example of the scripts used in calculated > fields? >=20 > greetinx > Achim > Project Manager > Innere Sicherheit >=20 > T-Systems > debis Systemhaus GEI GmbH > Hausanschrift: Pascalstra=DFe 8, 52076 Aachen > Postanschrift: Postfach 500 144, 52085 Aachen > Telefon: +49 (2408) 943-1548 > Telefax: +49 (2408) 943-1424 > Mobiltelefon: +49 (177) 4401247 > E-Mail: joa...@t-... >=20 > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list >=20 --=20 |
From: Chalain Marc<mar...@vo...> - 2002-01-14 13:55:41
|
i have some mails not delivery from Steve Fricker and his trouble is very important. Can he give me a good email address? Thank you. Salut, Marc. > Ouch. Had to do a hard reset to recover. I was creating a file and > tried to save it. The fatal exception, reset dialog came up and the > palm froze. Tapping the palm icons had no effect. So, I used the soft > reset option by sticking the stylus pen into the reset hole on the back. > The palm responded by continually flashing the initial palm screen off > and on. Hitting the power button had no effect. Finally did a hard > reset. > > This was not the first database I created while in 1.3.0, and I can't > think of anything different that I did. The database was a simple one > with only a few string fields. > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: Chalain Marc<mar...@vo...> - 2002-01-14 13:47:11
|
Yes it's true for you because you had the alpha version and in your preferences you check Global Preferences. For other users the Global Find is disable every time. > Marc, > > I just in stalled 0.3.4betas and I get a fatal error and have to do a reset when I do a global search. Reinstalling 0.3.4alphas, cleared up the problem. I seem to remember having this problem in one of the earlier alphas? > > > Thanks, > Carson > > > Carson R. Wilcox > Senior Consultant > DMR Consulting > Tampa, FL USA > > _____________________________________________________________ > Want a new web-based email account ? ---> http://www.firstlinux.net > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: Chalain Marc<mar...@vo...> - 2002-01-14 13:44:30
|
I'm sorry but i have some trouble with the americain data notation. I use currently dd/mm/yy and not mm/dd/yy > just wondering why the release date is in the > future? > pilot-db 1.3.0 (0.3.4 beta 1) October 31, 2002 > ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: suncor <su...@ya...> - 2002-01-14 13:42:47
|
After hearing about more than one person with hard resets in the new version, I'm still in 0.3.3c. I have previously created databases in the program on my visor with no problem. I have a visor platinum with OS 3.5.2, no hacks. Since last night when I hit the new key to create a new database, I get a fatal exception and an on-screen soft reset. |
From: Chalain Marc<mar...@vo...> - 2002-01-14 13:31:48
|
It seems there is a trouble on PalmOS 3.3 and other PalmOS versions seems to work fine (but i repeat it's a beta version and can contain bugs). i remind you the three kinds of reset. Soft Reset: only the reset button on the backside. It reset the device and call every applications. Hard Reset: the reset button and the on/off button. It reset the device and erase the memory. Warm Reset: the reset button and the up button. It reset the device. For the information plugin sorry i forgot to rebuild it. For you bug please give me the maximum of informations that can help me. > Hi Marc! > > I haven't tried so far to create a database with the new version > of my actual device, and after Steve's trouble I didn't really > want to try on my Palm IIIc (I'm using DB almost exlusively > to look up data that is maintained on the PC and converted > to DB files using the DB tools). > > I did, however try it on the emulator. I couldn't recreate > the problem there but I'm not sure if this really means > much. > > I did encounter two problems on the emulator: > > 1) The old information plugin didn't work anymore (a new > one isn't provided in the package). That's not really > a bug, though, since the new version probably isn't > meant to work with old plugin builds. > And while we're at it, I have a small feature request: > I'd like to be able to query the number of rows in > the database as well as the number of rows in a filtered > selection. > > 2) Somewhere in the process of trying out the new version > on the emulator, my database was miraculously renamed to > "=FF=FF=FF" (Three 'y' characters with umlaut-dots on top, in > case the mail gets mangled in some way). > I'm not sure anymore what exactly I did, and I couldn't > recreate this easily, but I will try again. > > Cheers, > Oliver > > Chalain Marc wrote: > > > Thank you for the bug report. > > Have you some trouble when you exit to the application (soft reset) or create some databases. > > Salut, > > Marc. > > > > > > > > > >>Hi! > >> > >>I just downloaded the new DB version and was sooooo delighted > >>to see the "Lookup" function (writing the first letter to jump > >>to the first matching record) implemented. I craved for that > >>function every time I stood in a CD store and tried to look up > >>in my database if I alrady had a specific CD (one gets old > >>and starts to forget things... ;-) Marc, I could kiss you for > >>that!!! (Although I doubt that you'd want that ;-) > >> > >>I found one bug though (with the color version): when I use a > >>filter, the background color of each entry seems to stick with > >>it and doesn't alternate from green to white with every line. > >>This wasn't the case with 0.3.3. > >> > >>Thanks again for a great program! > >> > >>Cheers, > >> Oliver > >> > >>-- > >>Oliver Goetz, mailto:oli...@we... > >> "I'd rather laugh with the sinners than cry with the saints > >> Sinners are much more fun... And only the good die young" > >> -- Billy Joel > >> > >> > >>_______________________________________________ > >>Pilot-db-list mailing list > >>Pil...@li... > >>https://lists.sourceforge.net/lists/listinfo/pilot-db-list > >> > >> > > > > ____________________________________________________________ > > Faites un voeu et puis Voila ! www.voila.fr > > Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. > > > > > > > > > -- > Oliver Goetz, mailto:oli...@we... > "I'd rather laugh with the sinners than cry with the saints > Sinners are much more fun... And only the good die young" > -- Billy Joel > > ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. |
From: Fulbrecht, J. <Joa...@t-...> - 2002-01-14 12:51:17
|
Fulbrecht, Joachim m=F6chte die Nachricht "use of field-type = calculated" zur=FCckrufen. |
From: Fulbrecht, J. <Joa...@t-...> - 2002-01-14 12:46:29
|
Hi, is there any description or example of the scripts used in calculated fields? greetinx Achim Project Manager Innere Sicherheit T-Systems debis Systemhaus GEI GmbH Hausanschrift: Pascalstra=DFe 8, 52076 Aachen Postanschrift: Postfach 500 144, 52085 Aachen Telefon: +49 (2408) 943-1548 Telefax: +49 (2408) 943-1424 Mobiltelefon: +49 (177) 4401247 E-Mail: joa...@t-... |
From: Carson W. <car...@fi...> - 2002-01-13 14:10:03
|
I posted this last night but never saw it for some reason so I'll try again. I also get a fatal error when ever I do a global search with 0.3.4bata installed. Reinstalling 0.3.4alpha resolved the problem. Marc, I seem to remember this problem with one of the earier 0.3.4alphas? Thanks, Carson Carson R. Wilcox Senior Consultant DMR Consulting Tampa, FL USA --- "Larry W. Virden" <lv...@ca...> wrote: >I got a fatal error today when I: > did a successful search within a database, > then turned off the Palm Pilot, and finally > turned the palm pilot back on. >-- >Never apply a Star Trek solution to a Babylon 5 problem. >Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> >Even if explicitly stated to the contrary, nothing in this posting should >be construed as representing my employer's opinions. >-><- > >_______________________________________________ >Pilot-db-list mailing list >Pil...@li... >https://lists.sourceforge.net/lists/listinfo/pilot-db-list _____________________________________________________________ Want a new web-based email account ? ---> http://www.firstlinux.net |
From: Fab <kr...@bi...> - 2002-01-13 12:07:30
|
Hello all. My feedback about 1.3.0. Palm VX, 4bpp, Good feelings : Great new things. Thanks for the first letter lookup and the "linked" type which I missed a lot beside the "link" one. My slow scrolling problem with 4bpp has gone. Bugs : There seems to be strange characters under the vertical separators. It's not always true, but sometimes after a redisplay, they appear. When I modify the database design in some ways (not always) , all list views disapear and I must rebuild them. After modifying the default value of a string field, I got a fatal exception when rebuilding the database. When saving a record where I didn't write anything, because fields have default values, then record is not saved. The increment value of an integer seems to be unstable. Very hard to have the field initialized, and it loose the last attributed value very easyly The default values are sometimes lost. I haven't found a way to reproduce at all times. The "linked" type is not updated when you finish to select the linked record in the "link" type. You have to save thenewly added record, the modify it to get the field updated. Ok, that's all for now. Fab. |
From: Larry W. V. <lv...@ca...> - 2002-01-13 02:55:39
|
I got a fatal error today when I: did a successful search within a database, then turned off the Palm Pilot, and finally turned the palm pilot back on. -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |
From: Tom D. <td...@us...> - 2002-01-13 02:22:22
|
On Saturday 12 January 2002 04:15 am, Chalain Marc wrote: > For this number you decided, you call db2 for the previous version of > database and db3 for the last one. To keep the coherence with db3 driver i > give the name 1.3.x . I think it's the better for the future of db we don't > know if we will have to build a db4 driver. Salut, Actually, I just called the DB 0.2.x format "OldDB" and nothing else. There was actually a 0.1.x series in the early days but it numbered 0.10 through 0.19 and I switched to the 0.2.x number when I would have reached 0.20. (The 0.2.x format is really also used by 0.10-0.19 versions as well.) I just mention the whole version thing because for me 1.3.0 makes it sound like the versions advanced through 1.0, 1.1, and 1.2. The names db2 and db3 are really internal to DB and the users should never know about them. Version 1.0.0 could presumably call the database format "db3" internally but the user's would see it as just "DB" in the application itself and would never know about it (which is good). "db2" could be seen as "DB before 0.3.0" in the dialogs. Whatever you want is fine by me, but I am just someone who got annoyed when Solaris was renamed from 2.4, 2.5, 2.6 to 7 and 8. I guess I just like consistency in version numbers. :) -Tom |
From: Oliver G. <oli...@we...> - 2002-01-13 00:52:47
|
Hi Steve! Steve Fricker wrote: > The palm responded by continually flashing the initial palm screen off > and on. Hitting the power button had no effect. Finally did a hard > reset. > I had a problem like that once. It didn't occur while running DB though. It happened when I was deleting a DB database using a file manager application (I was one of those people who didn't read the DB documentation properly and couldn't figure out right away how to delete a database within DB itself ;-) The Palm seemed to be stuck in the deletion and didn't come back for several minutes. I finally grew impations and did a soft reset. Then all hell broke lose and I got the flashing screen situation you are describing. The only way out was a hard reset :( I'm not sure if that has anything to do with your problem, but I guess that this kind of behaviour is pretty uncommon, so I thought I'd mention it. Cheers, Oliver -- Oliver Goetz, mailto:oli...@we... "I'd rather laugh with the sinners than cry with the saints Sinners are much more fun... And only the good die young" -- Billy Joel |