Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDBC

Status
Not open for further replies.

apffal

Technical User
Apr 10, 2004
97
PT
As I got no answer, here are the questions I've made in another thread :

1 - In JDBC, how to use a scrollbar to navigate through records (next, previous, bottom, top) ?
2 - And how to use a combobox to assign a field name in a query ?
3 - I have a large text field in Mysql database (3000 or 4000 words), that appears truncated and unintelligible in the textarea created in the Java form - how to avoid that ?

Thanks in advance.
 
I don't think you'll get your answers by starting more threads ...

For example, your first question.

You have to connect to the database, retrieve the information and display it using whatever graphic interface you need. If you're expecting code for this, I'd wait in comfortable chair :p

For the second one: you have to get the value from the combo and build an SQL statement with that value.

And for the third one, check that the textArea is big enough and that the info in the textfield is displayable (no special characters)

Cheers.

Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top