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: Tom D. <td...@va...> - 2000-10-10 20:04:40
|
On Tue, 10 Oct 2000, Bruce Fisher wrote: > With the new palm-db-tools version, > Is it possible now to make an ifo file that will exclude certain fields. > Like I would do if I went in to the listview and removed some of the fields. Well, you can use the new "view" command in the info files to define your own list views which would not show some fields. Every column in the CSV file would still be a field in final database though and would need a "field" command. However, I suspect that you want to exclude some columns in the CSV file so that they never make it into the final database? |
From: Bruce F. <bf...@ta...> - 2000-10-10 15:26:11
|
With the new palm-db-tools version, Is it possible now to make an ifo file that will exclude certain fields. Like I would do if I went in to the listview and removed some of the fields. |
From: Tom D. <td...@va...> - 2000-10-09 19:41:28
|
On Mon, 9 Oct 2000, Harald Hanche-Olsen wrote: > Um, that directory does not exist. > > ftp://ftp.sourceforge.net/pub/sourceforge/palm-db-tools/ > > does exist, but the new file doesn't seem to be there. Sorry: ftp://palm-db-tools.sourceforge.net/pub/palm-db-tools/ is the directory. SourceForge has so many different places. Ick. |
From: Harald Hanche-O. <ha...@ma...> - 2000-10-09 18:51:37
|
+ Tom Dyas <td...@va...>: | An alpha release of the new conversion utilities is available at: | | ftp://ftp.sourceforge.net/pub/palm-db-tools/palm-db-tools-0.3.0-pre1.tar.gz Um, that directory does not exist. ftp://ftp.sourceforge.net/pub/sourceforge/palm-db-tools/ does exist, but the new file doesn't seem to be there. - Harald |
From: Tom D. <td...@va...> - 2000-10-09 18:22:44
|
An alpha release of the new conversion utilities is available at: ftp://ftp.sourceforge.net/pub/palm-db-tools/palm-db-tools-0.3.0-pre1.tar.gz Since I've been using these utilities to refresh my C++ skills, it has been completely revamped to be "better". The utilities now support DB 0.2.x, DB 0.3.x, MobileDB, and List. I'm still working some kinks out of the MobileDB support. The source code above is only useful for UNIX users. I haven't even tried to compile the utilities under Windows yet (but plan to). You can compile under UNIX by doing: gzip -dc palm-db-tools-0.3.0-pre1.tar.gz | tar xf - cd palm-db-tools-0.3.0 ./configure make The "csv2pdb" and "pdb2csv" programs will show up in the "tools" subdirectory. There have been some changes to the command-line options. Run each program w/o any parameters to get the help screen. There have been some changes to the info file format. The valid commands are now "title", "field", "view", "extended", and "option". Syntax is similar except the option command now takes PDB options and database-specific options. Some PDB options are: (Replace BOOLEAN with "true" or "false".) option backup BOOLEAN # Set the backup flag.(Default: false) option read-only BOOLEAN # Set the read-only flag. (Def: false) option copy-prevention BOOLEAN # Set the copy prevention flag. (false) DB and MobileDB support: option find BOOLEAN # Set the global find enable/disable flag. List supports: option list-display-style STYLE where style is "field1-field2" or "field2-field1". The new "view" command allows you to define multiple list views for DB 0.3.x format databases. DB 0.3.1 will allow you to change list views. Its format is: view NAME FIELD1_NAME WIDTH1 FIELD2_NAME WIDTH2 ... I'm currently working on finishing the MobileDB 2.x support and then I'll compile under Windows for those of you who aren't running a real operating system. :) Tom Dyas Email: td...@va... Professional Services VA Linux Systems |
From: Harald Hanche-O. <ha...@ma...> - 2000-09-29 14:43:07
|
Okay, so maybe nobody in their right mind would try this. But I did, from which all kinds of conclusions can be drawn about my state of mind: In an open database, hit the New button. Change your mind, but rather than hitting the Cancel button, hit the Delete button instead. Whoops, there went the first record in the database. In this situation, I think the Delete button should either not be there at all, or it should be disabled, or it should do the same thing as the Cancel button does. - Harald |
From: Tom D. <td...@va...> - 2000-09-29 07:43:59
|
On Tue, 26 Sep 2000, Teresa White wrote: > I have version 0.2.5 > If there is a newer version what is it and how do I get it? 0.3.0 is the latest. Download from http://download.sourceforge.net/pilot-db/. |
From: Teresa W. <th...@ne...> - 2000-09-27 03:26:00
|
I have version 0.2.5 If there is a newer version what is it and how do I get it? Thankyou. ____________NetZero Free Internet Access and Email_________ Download Now http://www.netzero.net/download/index.html Request a CDROM 1-800-333-3633 ___________________________________________________________ |
From: Tom D. <td...@va...> - 2000-09-26 03:47:32
|
On Sun, 24 Sep 2000, Wen-Fu Kao wrote: > I found this database app really compact and nice, especially > my limited 2MB Palm. But I can not find any command to delete an > unwanted databse. I just can only NEW a database file. Anyone can > tell me? Thank you! Tap the icon next to the database name. A popup menu containing a list of actions for that database will be displayed. Delete is one of the options. |
From: Wen-Fu K. <wf...@ms...> - 2000-09-24 06:06:45
|
I found this database app really compact and nice, especially my limited 2MB Palm. But I can not find any command to delete an unwanted databse. I just can only NEW a database file. Anyone can tell me? Thank you! |
From: Tom D. <td...@va...> - 2000-09-22 05:55:50
|
On Thu, 21 Sep 2000, Bruce Fisher wrote: > Any updates on when the dbtools will be updated to convert csv files into a > palmdb? > Is that being worked on? Still being worked on. Work first, open source second. |
From: Bruce F. <bf...@ta...> - 2000-09-21 12:49:10
|
Any updates on when the dbtools will be updated to convert csv files into a palmdb? Is that being worked on? |
From: Tom D. <td...@va...> - 2000-09-21 06:25:01
|
Extreme preliminary support for sorting is now available at: ftp://pilot-db.sourceforge.net/pub/pilot-db/dbtest.prc Choose "Sort..." from the "Options" menu. A new screen will appear where you can choose fields to sort on. Each row is an additional fields to sort on. You can add rows by pressing the "Add" button. Remove fields by selecting the "-- REMOVE --" option from that rows popup list. The checkboxes are check if you want ascending order and unchecked for descending order. Press "Done" and the sort will take place. Problems: Sorting is only implemented for the new database format for now. Trying to sort an old format database will crash the Pilot due to an unimplemented function pointer. The "Name" field and the category selector on the sort screeen are unused as of yet so you can safely ignore them. New records will still be placed at the end of the database instead of being placed into sorted order automatically. This is will feature to still be implemented. Thoughts on sorting are welcome. Tom Dyas Email: td...@va... Professional Services VA Linux Systems |
From: Tom D. <td...@va...> - 2000-09-15 05:35:40
|
Looking through the archive, it seems someone asked about the database format. The file "docs/format.txt" describes the format of the app info block. As for the records, the start of each contains a series of 16-bit integers which point at the start of each field in that record. Read "io.c" for the specifics. |
From: Tom D. <td...@va...> - 2000-09-15 02:17:43
|
I haven't been monitoring this list since the old hosting site, vger.rutgers.edu, went done. The vger name got recycled so what appears as vger.rutgers.edu today is not the same machine. New contact address for DB and palm-db-tools is td...@us... (as mentioned a while back). I finally was able to get copies of the files off the old vger machine. Thus, the converion utilities are back online. New Web site is: http://palm-db-tools.sourceforge.net/ Downloads from: http://download.sourceforge.net/palm-db-tools/ I'm still working on the new version of the conversion utilities. I hope to have something testable next week. (The reason why it is taking so long is due to me revamping the program entirely to be a bit cleaner plus work.) Any ways, thanks for listening. Contributions (code, documentation, Web page help) are always welcome and encourged. The best way to decide the future of DB is to contribute directly. :) -Tom |
From: Ira H. <he...@ya...> - 2000-09-14 23:17:14
|
http://palm-db-tools.sourceforge.net/ -----Original Message----- From: C.C. van Marion [mailto:ccv...@lv...] Sent: Thursday, September 14, 2000 9:33 AM To: pil...@li... Subject: [pilot-db-list] DB tools Hello, I can't find a copy of DBtools (dbtools_0_2_1.zip). Can anyone send me a copy by email, or give me an URL? Thanx, koos __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ |
From: C.C. v. M. <ccv...@lv...> - 2000-09-14 13:37:54
|
Hello, I can't find a copy of DBtools (dbtools_0_2_1.zip). Can anyone send me a = copy by email, or give me an URL? Thanx, koos |
From: B. <sb...@jo...> - 2000-09-14 08:29:16
|
Hi, I didn't find anything at sourceforge.net, no CVS uploaded or else... -- Sébastien BRIZE Email: sb...@jo... JOUVE Tél : 02-43-08-26-87 1 rue du Docteur Sauvé Fax : 02-43-08-25-10 BP3 - 53101 MAYENNE Cedex |
From: Bruce F. <bf...@ta...> - 2000-09-13 21:35:37
|
I think sourceforge.net has them. Bruce Fisher - Signal Corporation ACT250 FAA Technical Center Atlantic City, NJ (609) - 485 - 7733 mailto: bru...@tc... |
From: Damon B. <da...@po...> - 2000-09-13 20:45:03
|
Anyone know where I can get a copy of dbtools?? The web site at rutgers.edu doesn't have the files anymore. Damon *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* * Damon Beals <<< db...@iu... >>> * * Indiana University - Purdue University At Indianapolis, IN * * "When you don't have to work for a living, a job takes on new meaning." * *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* |
From: Vilmos V. <vv...@c-...> - 2000-08-30 13:23:16
|
Hi! Could anyone help me with a more detailed description of DB's new database format, or perhaps share his/her sample conduits for DB with me? Thanks a lot, Vilmos |
From: Tom D. <td...@va...> - 2000-08-18 07:41:18
|
My address td...@vg... has gone away. Please use td...@us... to reach me in the future regarding DB. Thanks. |
From: Klaus R. <K....@gm...> - 2000-08-08 12:09:01
|
Am Mon, 07 Aug 2000, schrieb Bruce Fisher: >I'm running the latest version of db and it runs fine on my emulator, but >when I sink it to my visor it gives me a fatal exception error and I have to >reset. >Is there a fix for this? Do you store it on the Flash-ROM? Then this happens at my Visor too (At the end of the Application) CU Klaus -- smail: Klaus Reger, Gartenstr. 1, 79341 Kenzingen mailto: K....@gm... www(P): http://www.reger-clan.de www(G): http://linux.twc.de/WWWdb fon: +49 7644 913500 fax: +49 7644 913505 mobil: +49 177 2125122 |
From: Bruce F. <bf...@ta...> - 2000-08-07 13:22:30
|
I'm running the latest version of db and it runs fine on my emulator, but when I sink it to my visor it gives me a fatal exception error and I have to reset. Is there a fix for this? Bruce Fisher - Signal Corporation ACT250 FAA Technical Center Atlantic City, NJ (609) - 485 - 7733 mailto: bru...@tc... |
From: Larry W. V. <lv...@ca...> - 2000-07-25 14:59:15
|
I pestered the PalmGear people enough that one can now specify DB as a required software item for their palmgear packages. I hope that people on this list who have software listed on palmgear take note and update their entries accordingly. -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Unless explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |