Hi, <-snip->
> > > > 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 Thanks! That was it. A quick suggestion for the tutorials or documentation, it might be useful to mention this requirement (I missed it if it is there), as I simply went on-line to find out how to create a table in MySQL, and none of the tutorials mentions setting a primary key. Thanks, Duane _______________________________________________ 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]
