Database Reference
In-Depth Information
{
newSTR = “UserVisibleJS” +
MLSDB.DMLSTR(richTextBox1.
Te x t).T rim().ToU p p e r();
}
else if (SmithBTN.Checked)
{
newSTR = “UserVisibleSmith”
+ MLSDB.
DMLSTR(richTextBox1.Text).
Trim().ToUpper();
}
else if (MLRBTN.Checked)
{
newSTR = “VW” + MLSDB.
DMLSTR(richTextBox1.
Text).Trim().ToUpper();
}
else if (EncryptionBTN.Checked)
{
newSTR = “[Vw” + MLSDB.
DMLSTR(richTextBox1.
Text).Trim().ToUpper()
+ “-Encryption]”;
}
if (BCMLSBTN.Checked)
{
newSTR = “VBC” + MLSDB.
DMLSTR(richTextBox1.
Text).Trim().ToUpper();
}
BindingSource bindingSource1 = new
BindingSource();
SqlStr = richTextBox1.Text.ToUpper().
Replace(oldSTR, newSTR);
if (EncryptionBTN.Checked)
{
SqlStr = “exec dbo.usp_
EnableCellVisibility;”
+ SqlStr;
}
bin dingSource1.DataSource =
GlobalClasses.DBOperations.
GetData(SqlStr).Tables 0];
Search WWH ::




Custom Search