No, its not in my schema with primary key. So that may be it, torque is not recognizing the table with a primary key.
Thomas Fischer-11 wrote: > > > Does Torque know about the primary key ? I.e. in your schema, have you set > the attribute primaryKey to "true" for your primare key column ? > > Regards > > Thomas > > croniccoder <[EMAIL PROTECTED]> schrieb am 05.06.2007 15:44:44: > >> >> Thank you foor response. The table I am trying to update does have a > primary >> key. I seem to just be using basic torque code, and it isn't working, and >> for the life of me, I can't figure out WHY! >> >> >> Thomas Fischer-11 wrote: >> > >> > update is known not to work if your table has no primary key. This > might >> > be >> > the cause of your problem. >> > >> > It is encouraged very strongly to use primary keys for all your tables. >> > >> > Regards, >> > >> > Thomas >> > croniccoder <[EMAIL PROTECTED]> schrieb am 05.06.2007 15:22:47: >> > >> >> >> >> 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#a10969809 >> 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] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Update-not-working-tf3871748.html#a10971192 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]
