If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > JDBC and Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-04, 18:10
davidp davidp is offline
Registered User
 
Join Date: Mar 2004
Posts: 7
JDBC and Informix

I've made an app that has editboxes and I can fill in data using JDBC and IBM's Informix driver.

In IBM's programmer guide it mentions named and unnamed rows. You can use SQLData or a Struct to get this data. What are named/unnamed rows? Is this an object RDB thing?

The tables we have don't use that. What is the best way of getting data out and populating the edit boxes? At the moment I get a result set and was putting the data into a vector but that is a pain as I then have to cast each one. I saw the collection or array in the help. Is this what is used for just relational database?

I was thinking about having my own class that holds each field converted to it's Java type so I can then use it. ie display it on the form/window etc

David
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On