Settings and activity
11 results found
- 
6 votesAn error occurred while saving the comment 
- 
108 votesThe first and the second features have been implemented.  Dorin Marcoci
    
 shared this idea
           · Dorin Marcoci
    
 shared this idea
           ·
- 
103 votes Dorin Marcoci
    
 shared this idea
           · Dorin Marcoci
    
 shared this idea
           ·
- 
42 votesAn error occurred while saving the comment  Dorin Marcoci
    
 commented 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 votes Dorin Marcoci
    
 supported this idea
           · Dorin Marcoci
    
 supported this idea
           ·
- 
45 votesAn error occurred while saving the comment  Dorin Marcoci
    
 commented 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 votesAn error occurred while saving the comment  Dorin Marcoci
    
 commented Dorin Marcoci
    
 commentedТак что мешает поставить на таймер один Query с холостым запросом? 
 Здесь скорее шлюз надо править.
 Если сокет клиента не отключен, значит соединение активное.
- 
83 votesAn error occurred while saving the comment  Dorin Marcoci
    
 commented Dorin Marcoci
    
 commentedyou can limit rows simply by SQL statement like: 
 select bla bla from table rows 1000
- 
1 voteAn error occurred while saving the comment  Dorin Marcoci
    
 commented Dorin Marcoci
    
 commentedThey should implement firebird dbms engine into IbDac to achieve this functionality ;) 
- 
111 votes Dorin Marcoci
    
 shared this idea
           · Dorin Marcoci
    
 shared this idea
           ·
- 
5 votesAn error occurred while saving the comment  Dorin Marcoci
    
 commented 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.