'¸ê®Æ®w¬d¸ß*************************************************************************************************************************************
Dim theCOMM As SqlCommand
Dim theRST As SqlDataReader
Dim mApp As String, mApp1 As String, mApp2 As String, mApp3 As String
Dim strCMn As String
'************************************************************************************************************************************************
If theRST.FieldCount > 0 Then
Form1.ComboBox1.DataSource = theRST.Item(0)
Else
'§ä¤£¨ì¸ê®Æ
End If
'¸ê®Æ®wLink Close********************************************************************************************************************************
theRST.Close()
theCON.Close()
'************************************************************************************************************************************************
End Sub
End Module