I've got a NT14 webserver with a netwebbrowse / form based on a SQLite table using the new Driver Kit. When I attempt to update a record, the form save returns an error message "creates duplicate record...." I've attached a screenshot. The browse and form both use a GUID field as their unique key. Any suggestions on where to troubleshoot this? Thank you.
I've done some additional testing....
Change the database driver to TopSpeed, recompile, netwebform functions fine
Change the database driver to SQLite (Softvelocity), recompile, netwebform funtions fine
Change the database driver to SQLite2 (DriverKit), recompile, netwebform presents "creates duplicate record" error