How to make RESTful WebBroker using C++Builder
February 21, 2017
Author: Andrea L59044
I used FireDAC because I wanted to make a DB connection to MySQL DB.
Resource and suffix can be obtained with Request->PathInfo.
So decomposePathInfointostd::vector<UnicodeString>and put it in.
////
std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_)
{
std::vector<UnicodeString>…