MS
This commit is contained in:
parent
4c17be411d
commit
e8416c5d83
@ -67,7 +67,7 @@ Public Class frmMain
|
||||
TBDD_USERTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
TBDD_USER_MODULESTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
|
||||
Dim sql = String.Format("SELECT * FROM [dbo].[FNDD_CHECK_USER_MODULE] ('{0}','UM',{1},'')", Environment.UserName, 1)
|
||||
Dim sql = String.Format("SELECT * FROM [dbo].[FNDD_CHECK_USER_MODULE] ('{0}','UM',1)", Environment.UserName)
|
||||
Dim DT_CHECKUSER_MODULE As DataTable = MyDatabase.GetDatatable(sql)
|
||||
|
||||
If DT_CHECKUSER_MODULE.Rows.Count = 0 Then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user