11 2007 档案
杂记
摘要:1、VBA 中 insert into语句 昨天用vba向access中插入一条记录,格式如insert into table1(field1) values(value1),可运行时,却提示insert into语法错误。整了N久才把他整对,格式应该为insert into table1 ([field1]) values(value1)。 2、UDL文件的使用 在需要用到数据库链... 阅读全文
posted @ 2007-11-11 22:54 recx 阅读(188) 评论(0) 推荐(0)