On 9/13/10 4:57 PM, Duane Kaufman wrote: > I am a total newbie to Dabo, less so to Python, but today I downloaded and > installed Dabo 0.9.0.3 to evaluate it for a project I have on my plate.
Welcome! > > I installed a MySQL server on my Windows XP machine, and proceeded to create > and db and table to test in using the MySQL admin tool. > > Using straight Python code, I can add a record to my table. > > Using the AppWizard to create a Dabo application though, I can read the table > just fine, but I cannot edit records and put the changes into the table. I > can edit a record, and press the Save button, or edit a record and press the > Save button, but neither alter the table. > > Is there something I am missing? No errors are thrown, I am using the latest > MySQL Community Edition. > > Any help or further questions welcome. I'm betting you don't have a primary key set up on the MySQL table, as your symptoms match. Did you set a field with the PRIMARY KEY field definition? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
