Delphi

How to connect to Oracle DB from Ubuntu Linux.

Author: h.mohri At this point, Instant Client configuration is complete. Finally, “./PAServer-19.0/paserver” is started up and ready. [Create a new project.] In Delphi IDE side, create a new project. Web Server Application, check Linux. I chose “stand-alone console application” this time. Place some components on TWebModule1. TFDConnection…
Read more
Delphi

Delphi JSON Viewer

Author: Michael K22532 JSON support has been introduced in Delphi 2010 as a part of DBExpress database driver architecture, but of course JSON support is not limited to just database applications. JSON is similar to XML as both are text-based data interchange formats. Delphi…