我目前正在使用phpmyadmin作为我的sql数据库
当我插入日期时,我似乎无法在我的单个表上保存2个日期
另一个转向0000-00-00
,另一个保存当前日期
这是我的插入代码,因为你看到" sqlinsert"在模块中。 我的约会对象不会插入但我的expdate会
sqlinsert("tblproducts", "code, prodname, datestocked, prodtype, prodqty, prodprice, expdate",
"'" + txtprodcode.Text + "', '" + txtprodname.Text + "', '" + datestocked.Text + "','" + txtprodtype.Text + "', '" + txtprodqty.Text + "', '" + txtprodprice.Text + "', '" + expdate1.Text + "'")
伙计们,你们可以帮我组织一个新手吗?