DataRow ^newr;
try
{
newr=this->data->Tables["login"]->NewRow();
String ^m="fhdth";
m=m->Trim();
newr["username"]=m;
newr["psw"]="123456";
newr["quanxian"]="1111111";
// tjsj(newr);
dtb->Rows->Add(newr);
drcurrent+=1;
}
catch (Exception ^e)
{
MessageBox::Show(e->ToString());
newr->CancelEdit();
}
// sb->GetInsertCommand();
this->dataGridView1->Refresh();
oleAdapter->Update(data,"login");
执行正确。可以处理。
但是该为m=this->textBox1->text;
然后通过在窗体中得textBox操作。却不正确。数据库里面该列为空。
帮你顶顶顶吧