Hello !!!!
I have the DLL code for PlugIns.
I want at execute function to return the system message
SQL_Execute: function(SQL: PChar): Integer; cdecl;
Example
Initializing
Executing
1000 rows selected in 1.45 seconds (more…)
Executing ….. (2000)
5000 rows selected in 13.65 seconds
And command to halt query (analogue of the keys Shift+Esc)
Thank You !
I have the DLL code for PlugIns.
I want at execute function to return the system message
SQL_Execute: function(SQL: PChar): Integer; cdecl;
Example
Initializing
Executing
1000 rows selected in 1.45 seconds (more…)
Executing ….. (2000)
5000 rows selected in 13.65 seconds
And command to halt query (analogue of the keys Shift+Esc)
Thank You !