Re: Best way of developing simple PPC apps for Unix types?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Thu, 11 Jun 2009 15:27:17 -0400, usenet@xxxxxxxxxx (Stephen Harris)
wrote:

Chris Tacke, eMVP <ctacke.at.opennetcf.dot.com> wrote:
What kind of development do you want to get in to? Are the new things you
want to try going to have a UI (that device doesn't have a command line)?

Yes, I know I'm going to need some GUI components. What I'm thinking
of writing is (yet another) "CD database" type program, but custom
to my needs. A portable version of the type of thing I have at
http://sweh.spuddy.org/cds.cgi

If you're doing this as a self-assigned project and/or because you're
really fussy about the program specs, then fine. I can relate.

If you would be satisfied with something ready-made, then I suggest
checking HandDBase:
http://preview.tinyurl.com/bcvnvt
It will read standard comma-delimited files. I use the copy on my
laptop as the master, then export databases to my cell phone(s).

Also, I found ReaderwareAW (http://www.readerware.com/rwAW.html)
really helpful. For not much money, I got a copy of the software with
a small barcode scanner. The scanner is about the size of my thumb and
runs on a watch battery. I can scan > 100 bar codes, attach the
scanner to my computer and the program, batch upload all the bar
codes, and then have the program scan multiple on-line databases for
song titles, artists, album art, etc. The same company makes
variations for DVDs and books. And I could export the resulting
databases as comma-delimited files I then imported into HanDBase.


So there would be a parse to read in the source data file (ASCII file,
which I would like to be the same on the web server and the PPC), then
display data in a tabular form, allow selection of an item and display
the details.

I don't need (at this point) update/save/add type facilities; just
a "display" option.

And then similar for my book and DVD collections.

It took me under a day to write that web interface (oh so many
years ago, before DHTML... my stuff is HTML2.0 aged!). I expect it
to take a lot longer to do the same for the phone.

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com
.



Relevant Pages

  • Re: The Zen nature of a Delphi database application
    ... Only those needed for display or locating purposes. ... What's drawing me to databases specifically is the ability to store ... I've been trying to figure out if I can abstract out the storage ... If you don't need polymorphism, ...
    (comp.lang.pascal.delphi.misc)
  • Re: Programming databases in .NET - please help
    ... data records in some form of "container" and then display this container. ... might use different databases down the road then program against the ... Again program against the interfaces not the concrete classes if you ... Collection support is ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: VB6 Login Form to SQL Server
    ... do with errors being displayed before the recordset is returned. ... >> I've decided that I do not wish to use DMO at this time to display a list ... >> blank until the user supplies a valid servername, username, and password. ... >> the list of databases on the server... ...
    (microsoft.public.vb.general.discussion)
  • Callback Function
    ... I created a from that I want to display all the databases ... would display the databases reports. ... lngRow As Long, lngCol As Long, intCode As Integer) As ...
    (microsoft.public.access.forms)
  • Re: VB6 Login Form to SQL Server
    ... do with errors being displayed before the recordset is returned. ... >> I've decided that I do not wish to use DMO at this time to display a list ... >> blank until the user supplies a valid servername, username, and password. ... >> the list of databases on the server... ...
    (microsoft.public.vb.database)