Option Strict Off Imports System.Data.SqlClient Module 全域變數 Public conn As New SqlConnection Public da As New SqlDataAdapter Public cmd As New SqlCommand Public dr As SqlDataReader Public ConString As String Public SQL1 As String Public 登入判斷 As Boolean End Module