Posts by Saulo Calebe • 21 points
2 posts
-
1
votes1
answer762
viewsA: Failed to connect database: Connection Lost to database - Firebird and Delphi application
Classic server creates a separate process for each client connection, while "Super Server" creates only one process and uses threads and a shared cache. Momentarily, you can change Firebird to work…
-
1
votes3
answers1538
viewsA: Count Number of Letters in a String - Delphi
To solve your problems with the special characters, you can declare Unit "System.Character" and change its function to: function ContarLetras(Str: String): integer; var umChar: char; begin result :=…
delphianswered Saulo Calebe 21