ββHi, please check out a new example for the TableDataComparer component. The example shows how to compare and syncrhonize two Firebird DB tables using a user-defined SQL script to select records. The connection is implemented via the FireDAC library.
https://www.clevercomponents.com/portal/news/68/a-new-example-for-the-tabledatacomparer-component-was-added_.aspx
https://www.clevercomponents.com/portal/news/68/a-new-example-for-the-tabledatacomparer-component-was-added_.aspx
ββHi, we have published a new GitHub repository for our Clever Internet Suite's tutorials. There are lots of examples and code snippets, in Delphi, C++Builder, and other languages. Take a look at this free repository.
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials
ββPlease check out a new article, which describes how to write an Email server in Delphi with POP3, SMTP, and IMAP support. The article represents a fully functional multithreaded multi connection Email server, which works asynchronously in a thread pool, accepts the POP3, IMAP, and SMTP connections, delivers E-mails via the SMTP protocol, and relays outgoing E-mails to end-recipients across the Web. The SSL/TLS encryption is available, as well.
https://www.clevercomponents.com/articles/article051/
https://www.clevercomponents.com/articles/article051/
ββBlack Friday and Cyber Monday Deals.
Buy Clever Components products at -20% discount! Don't forget, the offer will expire on December, 3.
START SHOPPING
https://www.clevercomponents.com/order/
Buy Clever Components products at -20% discount! Don't forget, the offer will expire on December, 3.
START SHOPPING
https://www.clevercomponents.com/order/
ββGive a try our new tutorial for the Clever Internet Suite components. The provided example shows how to build and parse a JSON String with Objects. The sources are available on GitHub.
https://www.clevercomponents.com/portal/kb/a133/how-to-build-and-parse-a-json-string-with-objects.aspx
https://www.clevercomponents.com/portal/kb/a133/how-to-build-and-parse-a-json-string-with-objects.aspx
ββDo you need to send a Ping request in your c# .NET app? Give a try our new tutorial, which is available on GitHub. The provided example represents a simple ICMP client with Ping functionality.
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/.net/PingClient
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/.net/PingClient
Please check out a new tutorial, which shows how to send a JSON request to a REST Service and receive a response in Delphi objects and properties. The provided example makes a JSON request, which includes objects and object properties, sends this request, and receives a response.
The parser supports JSON objects, arrays, name/value pairs, and other data types.
The sources are available on GitHub.
https://www.clevercomponents.com/portal/kb/a135/how-to-write-a-rest-client-with-json-in-delphi.aspx
The parser supports JSON objects, arrays, name/value pairs, and other data types.
The sources are available on GitHub.
https://www.clevercomponents.com/portal/kb/a135/how-to-write-a-rest-client-with-json-in-delphi.aspx
ββChanges to Clever Components licensing. Now, the Clever Components licenses are sold as subscriptions. A subscription lasts for a 12 month period, and you can automatically renew it for an additional 12 months. You will not have to bother about your free upgrade period expiration and upgrading your software.
See more info:
https://www.clevercomponents.com/order/
See more info:
https://www.clevercomponents.com/order/
ββMerry Christmas and Happy 2020!
Celebrate the New Year with 20% discount on all our products. The offer ends on 10th of January.
Visit our Online Catalogue:
https://www.clevercomponents.com/order/
Celebrate the New Year with 20% discount on all our products. The offer ends on 10th of January.
Visit our Online Catalogue:
https://www.clevercomponents.com/order/
Please take a look at our new video, which describes how to connect to an SFTP host, authorize via user/pass or public/key algorithms, download/upload files, and browse SFTP directories https://youtu.be/ruX3yfh23xg
π£ Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
π£ Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
YouTube
SFTP Client with User and Public Key Authorization
This example connects to an SFTP host via the Secure Shell protocol (SSH), authorizes with the user/password or the Public Key algorithms, lists, downloads, ...
Please check out our new YouTube video, which describes how to connect to the Office365.com host via the SMTP protocol, compose, and send Email messages using an Office365 account in .NET.
https://youtu.be/Pep_LR0gARI
π Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
https://youtu.be/Pep_LR0gARI
π Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
YouTube
Send SMTP email with Office365 account
This example connects to the smtp.office365.com host via the SMTP protocol, authorizes using the STARTTLS command, composes a new message, and sends it. Down...
Hello, please take a look at our new video, which demonstrates how to set up the Clever Internet Suite SMTP component and send mail through an HTTP Connect proxy. In contrast to, e.g., FTP, the SMTP protocol doesn't natively support proxy. But it's still possible to connect to a mail service via an HTTPS tunnel and send messages even when you behind a firewall.
Just watch the video and π if you like it!
https://youtu.be/jEUUiy6pM30
Just watch the video and π if you like it!
https://youtu.be/jEUUiy6pM30
YouTube
Smtp Client over Proxy
This example demonstrates how to send email through an HTTP Connect proxy.
Please check out our first video for Database Comparer VCL.
π This tutorial describes how to connect to a Firebird database using the FireDAC library, extract the whole database structure, and generate a DB creation SQL script in your Delphi app.
https://youtu.be/Xew0LQ9vmyo
π This tutorial describes how to connect to a Firebird database using the FireDAC library, extract the whole database structure, and generate a DB creation SQL script in your Delphi app.
https://youtu.be/Xew0LQ9vmyo
YouTube
Extract DB structure, Firebird+FireDAC
This example shows how to extract a FireBird database structure via the FireDAC library. Download sources on GitHub: https://github.com/CleverComponents/Data...
More videos and tutorials for the Database Comparer VCL product.
βοΈ How to extract DB structure from MS SQL or Firbird DBs? How to compare and synchronize two Firebird databases?
π Please watch our Youtube channel, read tutorials in our Knowledge Base, and download sources on GitHub.
https://youtu.be/OorP54wyNcA
βοΈ How to extract DB structure from MS SQL or Firbird DBs? How to compare and synchronize two Firebird databases?
π Please watch our Youtube channel, read tutorials in our Knowledge Base, and download sources on GitHub.
https://youtu.be/OorP54wyNcA
YouTube
Synchronize Firebird DB structures via FireDAC
This example shows how to synchronize a FireBird database structure via the FireDAC library. Download Source Code: https://github.com/CleverComponents/Databa...
ββHappy Delphi 25th β€οΈ For this wonderful celebration, we give you a gift - 25% off on all our products! The offer ends on 29th of February.
Get your gift π
https://www.clevercomponents.com/order/
Get your gift π
https://www.clevercomponents.com/order/
Hello, yet another interesting video about synchronizing MS SQL database structures in Delphi.
The tutorial utilizes the Database Comparer VCL library and ADO connections to extract DB metadata, compare, produce an update script, and, finally, update the target database.
π Just watch the video and feel free to leave comments. Your opinion is very important!
https://youtu.be/WztwirceBYM
As usual, the sources are available on GitHub - https://buff.ly/2ugtGSO
The detailed explanation can be found in our Knowledge Base - https://buff.ly/32aOyHK
The tutorial utilizes the Database Comparer VCL library and ADO connections to extract DB metadata, compare, produce an update script, and, finally, update the target database.
π Just watch the video and feel free to leave comments. Your opinion is very important!
https://youtu.be/WztwirceBYM
As usual, the sources are available on GitHub - https://buff.ly/2ugtGSO
The detailed explanation can be found in our Knowledge Base - https://buff.ly/32aOyHK
YouTube
Synchronize MS SQL DB structures via ADO
This example shows how to synchronize a MSSQL database structure via the ADO components. Download Source Code: https://github.com/CleverComponents/Database-C...
Hello, we have published two new tutorials, which describe how to sign and encrypt an Email message in the S/MIME format using X509 certificates, and send the protected message via the SMTP protocol π Both examples utilize the NIST sha-512 algorithm and X509 digital certificates.
The sources are available on GitHub.
Check out the video for these tutorials π
https://youtu.be/8FkmuSXobhU
Send Signed Email
https://www.clevercomponents.com/portal/kb/a151/send-signed-email.aspx
Send S/MIME Message
https://www.clevercomponents.com/portal/kb/a150/send-s-mime-message.aspx
The sources are available on GitHub.
Check out the video for these tutorials π
https://youtu.be/8FkmuSXobhU
Send Signed Email
https://www.clevercomponents.com/portal/kb/a151/send-signed-email.aspx
Send S/MIME Message
https://www.clevercomponents.com/portal/kb/a150/send-s-mime-message.aspx
YouTube
Send Signed and Encrypted Email
This tutorial signs and encrypts an Email message in the S/MIME format using X509 certificates, and sends the protected message via the SMTP protocol. Downlo...
ββHello, we have released the Clever Internet Suite version 9.5. In this new version we have improved the HTTP RIO functionality, added new cryptographic keys and algorithms. The SFTP component was improved, as well. We have fixed some existing problems with digital signatures and 64bit support in the SSH engine.
See the complete change list on the product webpage π
https://www.clevercomponents.com/products/inetsuite/
See the complete change list on the product webpage π
https://www.clevercomponents.com/products/inetsuite/
Good day, a new video shows how to make a remote procedure call to a REST service with WS-Security data protection and x509 digital signatures. The example communicates with a C# WCF REST service. This service implements a simple algorithm, which converts Celsius to Fahrenheit, and vice versa.
Both SOAP requests and responses are digitally signed and encrypted using x509 cryptographic keys π
The sources are available on GitHub.
https://youtu.be/YrvUzdfTpFA
Both SOAP requests and responses are digitally signed and encrypted using x509 cryptographic keys π
The sources are available on GitHub.
https://youtu.be/YrvUzdfTpFA
YouTube
Delphi REST SOAP Client with WSS Signatures and Encryption
This video tutorial shows how to make a remote procedure call to a REST service with WS-Security data protection and x509 digital signatures. The given example connects to a REST sercvice, which is written using C# WCF. The service implements a simple algorithmβ¦
ββIt's time to support business and solo developers in these difficult days.
-20% Off on all our products! We decided to extend this offer up to April 19th π₯
You can order your copy of the Internet and Database components on our website π
https://www.clevercomponents.com/order/
-20% Off on all our products! We decided to extend this offer up to April 19th π₯
You can order your copy of the Internet and Database components on our website π
https://www.clevercomponents.com/order/
Hello, check out our new video tutorials. There are three new videos, which describe how to compare table data in a Firebird database via FireDAC; how to write a multi-threaded SMTP server in C#, which runs in a Windows service, accepts incoming mail, and relays mail to external recipients; how to download an Email message from a Pop3 mailbox, forward or reply to this Email.
PS: don't forget to π
https://www.youtube.com/playlist?list=PL1dwVVhW9InUcovvbK8EEt4EdDSVACzQl
PS: don't forget to π
https://www.youtube.com/playlist?list=PL1dwVVhW9InUcovvbK8EEt4EdDSVACzQl
YouTube
New Videos - YouTube