Melinda Savoy wrote:When stepping through the WHILE statement below to populate my Card object from the resultset, when I get to populating the property called cardSequence I exit the while statement and my Card object is NOT populated.
Why not? Does an exception occur? Is your code catching the exception and printing the error message? If yes, then please post the exact error message.
Could it be that the column is null in the database?
Also note that in lines 21 and 22 you're getting the same column, named "Sequence", twice. Is that really what you intended?