Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Mapping an object to a result set

  • 03-09-2002 6:19pm
    #1
    Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭


    I'm sure this answer exists?

    Lets say I have ResultSet r that has field1, field2, field3, in it.

    Now I have an object with those fields. Is there a quick way to map the fields in the object to the resultset?

    Anything other then...

    this.field1 = r.getString("Field1");


Comments

  • Registered Users, Registered Users 2 Posts: 2,781 ✭✭✭amen


    don't think so


    there is a GetResults method that you can use to map the results to an array


Advertisement