build connection string in the run time
Posted: Sat 17 Feb 2007 00:21
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