Creates a component for queries execution.
function CreateSQL: TCustomDASQL; virtual;
Call the CreateSQL to return a new instance of the TCustomDASQL class and associates it with this connection object. In the descendant classes this method should be overridden to create an appropriate descendant of the TCustomDASQL component.