Re: What does everyone else do for graphically displaying data?



On Dec 12, 6:07 pm, mdR <mr...@xxxxxxxxxxx> wrote:
On Dec 12, 10:01 am, "RussellT" <RussellDTur...@xxxxxxxxx> wrote:



"mdR" <mr...@xxxxxxxxxxx> wrote in message

news:00b2fbcc-5710-49b8-ba91-7a50a26c4a29@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

~hey

ok--i need to quit researching and testing, and get on with
applications. one way or another, make a decision and get back to
work.

what does the majority of programmers do for displaying data in a one-
to-many relational database?

brief history: i come from using Borland Delphi (object-pascal) where
it was pretty brainless in setting up editable table/grid displays.
moved from there to Java, recognizing the whole platform independant
thing and wanting to move forward. so purchased Borland JBuilder...
same thing: basically drag and drop components in the ide, set
properties and presto, you had an application where you can edit data
from a gui. Then came the bomb (for me)--borland removed all such
libraries/components from their latest release and dropped all support
for there data-aware components. hey-whatever...fortunately their
dbms is fully JDBC compliant, so at least i can move forward.

so after much research, i find that there really is not much for data-
aware component libraries for use in ide's out there! i have read the
JDBC API reference cover to cover a couple of times, researched these
newsgroups quite a bit and just would like to confirm a direction i
should be going. you know it's funny--all the examples for jdbc do
not have graphical displays (ie: windows)! it is all just console
output. hey-even i can do that!

it appears that i should just forget looking for component libraries
and do all the data stuff / graphical stuff in code. for example--can
you bind a data grid to a database table so that when you edit the
grid cell it updates the table data? how do you do that? is this
easily done or does it involve a lot of additional coding?

any help would be greatly appreciated. to me, this appears to be a
~very gray area.
dazed and confused...
-mark

Why leave the advanced Delphi system and go to Java. Not only are the Delphi
data aware components well developed, but also the available databases are
painless (NexusDB, FlashFiler, Dbsim, etc.), as are the database
managers/explorers. Delphi does make all that easy, and it is rapid
development, so you must have a good reason for switching.
-russell

i'm starting to question that myself!
basically because it makes the applications more capable of being
managed by others within the business besides myself. There are not
too many out there that are Delphi capable :) Java ~appears~ to be
more portable than others and secure in the future(?) (and I don't
want to switch to C++).

-mark

p.s. forgot also--one of the major factors is Java is the only hook
into one of our major engineering software packages. L8r
.



Relevant Pages

  • Stuff the purple heart programmers cook up
    ... C To act like a framework for the JDBC driver developers. ... D To hide the specifics of accessing particular kinds of database ... Topic: Java 2: Survey Author: Chris Mc Devitt ... The JDBC ResultSet is actually an interface java.sql.ResultSet. ...
    (comp.lang.java.programmer)
  • Re: Mixing P/R philosophy with OO (within J2EE).
    ... I have observed the work of literally hundreds of Java developers. ... Treating a database like a mere "persistence storage mechanisms" is on ... JDBC - Never before in history were so many database API's ... Topmind, if you're reading this, isn't this a good example of OOP? ...
    (comp.object)
  • Re: What about a DBMS that wont be platform-specific
    ... This would be my first time doing this and the database is being ... There is no JDBC driver for Access. ... In Java, you can use databases which provide only ODBC drivers through the JDBC-ODBC ... Sun includes a JDBC-ODBC bridge with their standard distro, ...
    (comp.lang.java.databases)
  • Re: How to modify a MySQL database...
    ... and then update them with Java. ... To learn how to create a MySQL database, ... you will need to learn JDBC. ...
    (comp.lang.java.programmer)
  • Re: polymorphism (was: Poly Couples)
    ... but this is not really "business software"... ... Most of such applications are built as a combination of ... database with flat files or a different RDBMS vendor?" ... couldn't care less if I do it in using structured programming or OOP ...
    (comp.object)