in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

DataAdapter.UpdateCommand not working--please help....

  • 07-22-2007 12:03 AM In reply to

    Re: DataAdapter.UpdateCommand not working--please help....

    So long as a CommandBuilder is associated with a data adapter, you cannot change the Update/Delete/Insert commands on the adapter.  See this KB Article.  Furthermore, your update command is incomplete -- you've created a parameterized query, but added no parameters to the command.  The paramters added to the command are what map the columns in the datatable to the columns in the database.

    Robert

     

     

View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems