Settings and activity
11 results found
-
6 votes
An error occurred while saving the comment -
108 votes
The first and the second features have been implemented.
Dorin Marcoci shared this idea · -
103 votesDorin Marcoci shared this idea ·
-
42 votes
An error occurred while saving the comment Dorin Marcoci commentedThis can be done by coder in a separate thread.
Currently Interbase & Firebird require separate connection per thread for a thread-safe code. -
79 votesDorin Marcoci supported this idea ·
-
45 votes
An error occurred while saving the comment Dorin Marcoci commentedThis is more a "parameter by value" replacement feature.
It may lead in sql injections.
Also different DBMSes handle parameters in different way. Quoted/unquoted, date format, etc... -
69 votes
An error occurred while saving the comment Dorin Marcoci commentedТак что мешает поставить на таймер один Query с холостым запросом?
Здесь скорее шлюз надо править.
Если сокет клиента не отключен, значит соединение активное. -
83 votes
An error occurred while saving the comment Dorin Marcoci commentedyou can limit rows simply by SQL statement like:
select bla bla from table rows 1000 -
1 vote
An error occurred while saving the comment Dorin Marcoci commentedThey should implement firebird dbms engine into IbDac to achieve this functionality ;)
-
111 votesDorin Marcoci shared this idea ·
-
5 votes
An error occurred while saving the comment Dorin Marcoci commentedInternally FibPlus create a query and runs your statement.
This functionality is useless at it can be done in a functions with 5 lines of code in your datamodule.
WaitEndMasterInterval/ Detail is already implemented.
WaitEndAfterScroll still is missing.