Database Reference
In-Depth Information
DMLSTR(richTextBox1.
Text).Trim() +
“-Encryption](“ +
ColumnSTR + “) values
(“ + ColumnValuesSTR +
“)”;
Glo balClasses.DBOperations.
SetData(InsertSTR);
}
}
else if (BCMLSBTN.Checked)
{
int TC = 0;
if (MLSDB.PredicateSTR
(richTextBox1.Text) = =
“”)
{
SelectSTR = “Select * From
BC” + MLSDB.DMLSTR
(richTextBox1.Text).
Trim();
}
else
{
SelectSTR = “Select * From
BC” + MLSDB.DMLSTR
(richTextBox1.Text).
Trim() + “ where “ +
MLSDB.PredicateSTR
(richTextBox1.Text);
}
foreach (DataRow DR in
GlobalClasses.
DBOperations.
GetData(SelectSTR).
Tables 0].Rows)
{
TC = Convert.
ToInt32(DR[6]);
if (MLSDB.
GetBCprimarylevel(TC) =
= globals.UserLabel)
{
Search WWH ::




Custom Search