Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 1888

Commands out of sync in Tokyo

$
0
0

UPDATE Berlin to Tokyo Several MySQL-calls returns error message: Commands out of sync. This happens in the programming environment and in the resulting program.  SQL commands like stored procedures CALL MyStoredPrecedure(par1,par2,par3) returning a single recordset. Par example code example:       query.close;     query.sql.text:= sqlQuery;     query.open;  // Error message Commands out of sync On internet this problem is addressed. The named solutions are impossible for Delphi programs using grids. The message should have something to do with running two queries simultaneus; Don't fetching the result of a query; etc. Some people suggest it has something to do with hiding of another warning/error by this one. The command can execute on the command line without any problem. In Tokyo they crash immidiately.  Question: How to get rid of this unwanted message. 


Viewing all articles
Browse latest Browse all 1888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>