Forums Register Login

get column value in a database

+Pie Number of slices to send: Send
Dear all members,
Normally we get data/value from database by writting a sql statement, right? How about without writing the sql statement, can i get the data?
For an example, when i run the application a JFrame with the JTable will popup if the database date equal current date...
Without using sql statement which means using DB.FIELD but there were errors when compiling...why?
Any code can show to mehow to apply without sql queries?
THANK YOU SO MUCH.....
+Pie Number of slices to send: Send
SQL is the Query Language of each modern relational database.
There are certain technologies/frameworks like JDO, iBatis, Hibernate
to wrap the SQL statements and make the handling object oriented. But basiclly every database access is done with SQL. There is no other way to access the db except to read the data files.
+Pie Number of slices to send: Send
Dear Oliver Refle,
So can you show me how to code this. When the application execute, in the mainpage a popup JFrame contains a JTable with the entire records in a database if database column equals to current date else the JFrame will not popup.....
Thanks....
+Pie Number of slices to send: Send
a good place to start is the java tutorial - JDBC trail
Jamie
Squanch that. And squanch this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1142 times.
Similar Threads
getting today's date
Catching a Bad Date
sql:update problem
How to parse hyphen in form post?
Losing time when manipulating a date time and sending it to database (java.sql.Date)
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 19, 2024 04:32:59.