build connection string in the run time
build connection string in the run time
If I use delphi's own AdoConnection component, I could use EditConnectionString(AdoConn) to let the user to build the connection string. But if I use the SDAC's connection component, then the same program could not be compiled. How do I achieve the same effect by using the SDAC's connection component