The issue reported to us is: "INSERT statements seem to work OK and an immediate SELECT with the same cursor works to display the data, but when I retry the query the data is gone."
Some ODBC enabled languages have autocommit set to off by default.
There are two options to ensure that INSERT statements are committed to the database.
See the following resources for detailed information on how to do this in individual languages: