I am trying to update a value in my database, and am using the code below. But it doesn't update and I have absolutely NO reason why this isn't working. The database it's updating has a primary key. I am getting an instance of the database entry, then trying to update it with a new figure.
num.setValue(myString); num.save(); -- View this message in context: http://www.nabble.com/Update-not-working-tf3871748.html#a10969340 Sent from the Apache DB - Torque Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
