When using Delphi, In order to create connection strings, there was a method
to show Data Source creation page,
string ConnStr = PromptDataSourc e();
What is the C# equivalent of this method ?
Thanks
to show Data Source creation page,
string ConnStr = PromptDataSourc e();
What is the C# equivalent of this method ?
Thanks
Comment