C++DelphiRAD Studio

I received an email about Appercept's new blog series....

I received an new email (4:05 AM 2 hours ago) about Appercept’s new new blog series “Getting started with AWS in Delphi”. I have been a fan and user of the AWS SDK since I first read about it and watched Richard Hatherall on an Embarcadero webinar four years ago (https://www.youtube.com/watch?v=kQa_dCu7ec4). I had been writing my own Delphi apps for AWS S3 from scratch using info from…
Read more
Delphi

Try Delphi on Amazon Linux.

Author: h.mohri I tried Delphi on Amazon Linux. Amazon Linux is Linux that exists only in the instance of EC2(AWS). “Free tier eligible” can be used.   [Create an instance.] Select Amazon Linux from EC 2 and create a new instance. It is possible to connect with SSH in…
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…