摘要:
/**//******************************************************************************\*类名:DBAccess*功能:*对数据库进行操作的一些常用方法*原作者:PeterZDZhang*Date:2006/09/25*... 阅读全文
摘要:
voidbind(){stringd="";stringp="%";stringstrText="";//绑定table1for(intj=1;j=1;i--){if(j==1)d="D000";elseif(j==2)d="M000";elseif(j==3)d="P000";elseif(j==... 阅读全文
摘要:
stringstrsql=".......";try{DataSetds=db.GetDataSet(strsql);strText=ds.Tables[0].Rows[0][0].ToString()+"%";}catch{strText="ERROR";} 阅读全文