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 votes
Dorin Marcoci shared this idea ·
-
42 votes
An error occurred while saving the comment Dorin Marcoci commented
This can be done by coder in a separate thread.
Currently Interbase & Firebird require separate connection per thread for a thread-safe code. -
79 votes
Dorin Marcoci supported this idea ·
-
45 votes
An error occurred while saving the comment Dorin Marcoci commented
This 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 commented
you 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 commented
They should implement firebird dbms engine into IbDac to achieve this functionality ;)
-
111 votes
Dorin Marcoci shared this idea ·
-
5 votes
An error occurred while saving the comment Dorin Marcoci commented
Internally 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.