You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- 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
|