TAILIEUCHUNG - Programming Microsoft SQL Server 2000 with Microsoft Visual Basic .Net - P7

Tham khảo tài liệu 'programming microsoft sql server 2000 with microsoft visual basic .net - p7', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | labels visible by passing the argument True to ShowLabelsBoxes. As a result a user can enter a SQL Server login and password so that the form can attempt to make a connection based on a SQL Server instead of a Windows login. Finally by clicking the Windows NT radio button the user invokes the RadioButton1_CheckedChanged event procedure. This procedure makes the controls for SQL Server login credentials invisible if they are showing. When the user clicks this RadioButtonl it indicates he or she wants to make a connection with a Windows login. Therefore Form3 doesn t need to show the controls for a SQL Server login. Private Sub Form3_Load ByVal sender As _ ByVal e As Handles Set RadioButton1 to Checked for connection via Windows NT login. True Hide login and password controls because they aren t necessary with Windows NT login. ShowLabelsBoxes False End Sub Private Sub RadioButton1_CheckedChanged _ ByVal sender As _ ByVal e As _ Handles Hide login and password controls because they aren t necessary with Windows NT login. ShowLabelsBoxes False End Sub Private Sub RadioButton2_CheckedChanged _ ByVal sender As _ ByVal e As _ Handles Show login and password controls because they are necessary for a SQL Server login. ShowLabelsBoxes True End Sub Sub ShowLabelsBoxes ByVal bolShowEm As Boolean Set the visibility of the second and third text boxes and their labels according to the value of bolShowEm. bolShowEm bolShowEm bolShowEm bolShowEm End Sub The following excerpt from the Form3 module shows the code devoted to making the connection based on the radio button selection and text box entries. The excerpt starts with a module-level declaration of the cnnl object reference as a SqlConnection object. A module-level declaration isn t .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.