With a Recordset object, you must create fields while the Recordset is closed, then open the Recordset and assign values to the fields.他说在打开RecordSet之前或关闭RecordSet之后,创建一个字段,然后打开RecordSet再给字段赋值。问:这个字段如何创建呢?要用什么方法更新到数据库上去吗?还是关闭、打开的同时就更新上去了?