jpluimers
IDEs drive me nuts, including the Delphi IDE. Searching for Margin or Setting only reveals the margin and gutter setting, not the formatter settings. So you have to remember this is in the “Formatter”, especially… … Read more
4 years ago in Delphi, Development, Software Development0
jpluimers
Do not call SYS.DBMS_SESSION.SET_NLS with an instance of the [Archive.is] TOraStoredProc Class, as under the hood, it will translate the call to this: Class:Ora.TOraStoredProc;Component:sprSetNls;Flag:tfQPrepare,Text:Prepare: begin SYS.DBMS_SESSION.SET_NLS(:PARAM, :VALUE); end; :PARAM(VARCHAR[22],IN)=’NLS_NUMERIC_CHARACTERS’ :VALUE(VARCHAR[4],IN)=”.,” The above is a translation… … Read more
4 years ago in Database Development, Delphi, Development, OracleDB, Software Development0
jpluimers
I got this when taking over maintenance of some legacy code that called a stored procedure in a : ————————— Debugger Exception Notification ————————— Project LegacyProject.exe raised exception class Exception with message ‘Need Oracle 8… … Read more
4 years ago in Database Development, Delphi, Development, OracleDB, Software Development0
TMS Software
TMS VCL Subscription is our two year subscription to all our current & future VCL products for Windows application development.With this bundle you will save over 60% now and even more with new free VCL component releases!… … Read more
4 years ago 0
TMS Software
TMS VCL Subscription is our two year subscription to all our current & future VCL products for Windows application development.With this bundle you will save over 60% now and even more with new free VCL component releases!… … Read more
4 years ago 0
jpluimers
Since I keep forgetting about this, and there is the Embarcadero documentation for it has had no examples added in Delphi 2007 or later: [WayBack] Delphi Basics : FindCmdLineSwitch command Example code : Saerch the… … Read more
4 years ago in Delphi, Development, Software Development0
Stefan Glienke
To be honest – most of the collections in Spring 1.2 are dead slow – especially on Win32. But to be fair, almost nobody complained about that so far. Now that we have some shiny… … Read more
4 years ago 0
Heru Susanto
Spoiler Alert: it’s REALLY easy to add a REST API to your own Delphi Windows desktop applications. Read along with us and we’ll show you exactly how easy it is! Expressjs is a fast, ‘unopinionated’… … Read more
4 years ago in Code, Delphi, developer, IDE, object pascal, RAD Studio, rest api0