With Delphi I can show the Windows Wizard to create the Ado string connection using this function:
ConnectionString:= PromptDataSource(Self.Handle, '');
Is there a way with Qt - MinGW?
With Delphi I can show the Windows Wizard to create the Ado string connection using this function:
ConnectionString:= PromptDataSource(Self.Handle, '');
Is there a way with Qt - MinGW?