How to call the data link Property dialog box

Source: Internet
Author: User

If you need to customize a dialog box that allows you to set Data Link Properties, You can first consider using the "Data Link Properties" dialog box that comes with the system.

The call method is very simple. In the project, the ADODB. dll and oledb32.dll are introduced, the former is the. NET library, and the latter is the com Library (Microsoft ole db service component 1.0 Type Library ). Use the followingCode:

ADODB. Connection adodbconnection = new ADODB. Connection (); object connection = (object) adodbconnection; msdasc. datalinks DLG = new msdasc. datalinks (); DLG. promptedit (ref connection );

The "Data Link Properties" dialog box that comes with the system can be opened. Common Data Link Attributes can be set here. Finally, the required connectionstring attribute can be obtained through the input "connection" parameter, that is, "adodbconnection ".Program.

Published in my blog at the same time

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.