Konstantin Tomov
To this end, the sample uses the CliHandle and SharedCliHandle properties of the TFDConnection class. Location You can find the DLLSharing sample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACSamplesComp LayerTFDConnectionDLL_Sharing Subversion Repository: You… … Read more
4 years ago in Code, Delphi, DLL, DLLSharing, firedac, object pascal, programming, RAD Studio, windows0
Konstantin Tomov
This sample implements a multithreaded application, where each thread uses the IFDPhysConnection interface to establish a connection. The multiple connection establishments may lead to performance degradation across the whole system. To avoid this, you can enable the Pooled property to use… … Read more
4 years ago in Code, Connection, database, Delphi, firedac, object pascal, Pooling, programming, RAD Studio, windows0
Pabitra Dash
In the Clang-enhanced C++ compilers, two consecutive right angle brackets no longer generate an error, and these constructions are treated according to the C++11 standard. C++03’s parser defines “>>” as the right shift operator or… … Read more
4 years ago in C++, cbuilder, Code, cpp, learn c++, Right angle brackets0