Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
A beginner's Q: Why can't I create a new record using Datagrid

Discussion A beginner's Q: Why can't I create a new record using Datagrid

  • Tuesday, August 05, 2003 4:20 AM
     
     
    * What's the command executing when I fill the (*) marked row in my databound datagrid and then mySqlDataAdapter.Update(myDataTable)? (is it update or insert)

    * Why do I get an error when I do so? (Might it be because of an Identiry field??)

All Replies

  • Thursday, August 07, 2003 12:42 PM
     
     
    Try Creating your first forms with the wizard look at all the settings and go from there
  • Saturday, August 09, 2003 9:53 PM
     
     
    Well, I've looked at what you said.... a very "full/thick" code there....