Results 1 to 1 of 1

Thread: Using Microsoft Visual Studio Connection Dialog at runtime

  1. #1

    Thread Starter
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,684

    Using Microsoft Visual Studio Connection Dialog at runtime

    In Visual Studio when a developer wants to create strong typed classes for database tables either for the conventional TableAdapter or Entity Framework there is a place in the process where a dialog is displayed as shown below. I will show you how to do this at runtime and a bit more.

    New version 3/2024 in the following GitHub repository.

    Example that permits customizing the dialog where in this case I have added a context menu to show my server.
    Name:  Figure2.jpg
Views: 3045
Size:  64.1 KB

    The sample project shown here permits using the dialog followed by creating SQL statements and also exporting data in a comma delimited text file.
    Name:  Figure3.jpg
Views: 2729
Size:  56.6 KB
    Last edited by kareninstructor; Mar 10th, 2024 at 07:34 PM. Reason: updated where source code resides

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width