Database Reference
In-Depth Information
GlobalClasses.globals.
UserLabelID.ToString();
}
else
{
UpdateStr = “Update dbo.
[Smith-Employee] set “ +
MLSDB.AttributeSTR
(richTextBox1.Text) + “
where “ + PredicateSTR +
“ and TC = “ +
GlobalClasses.globals.
UserLabelID.ToString();
}
Glo balClasses.DBOperations.
SetData(UpdateStr);
}
else if (MLRBTN.Checked)
{
if (MLSDB.PredicateSTR
(richTextBox1.Text) = =
“”)
{
SqlStr = richTextBox1.Text
+ “ where TC = “ +
GlobalClasses.globals.
UserLabelID.ToString();
SelectSTR = “Select * “ + “
From VW” + MLSDB.DMLSTR
(richTextBox1.Text).
Trim() + “ where TC <>
'” + GlobalClasses.
globals.UserLabel+”'”;
}
else
{
SqlStr = richTextBox1.Text
+ “ and TC = “ +
GlobalClasses.globals.
UserLabelID.ToString();
SelectSTR = “Select * “ + “ From vw” + MLSDB.
DMLSTR(richTextBox1.Text).Trim() + “ where
“ + MLSDB.PredicateSTR(richTextBox1.Text) +
“ and TC <> '” + GlobalClasses.globals.
UserLabel+”'”;
Search WWH ::




Custom Search