ip.SourcePath = "c:\Data\销售管理.mdb" '指定数据文件ip.SourceTableName = "订单" '指定要导入的表ip.NewTableName ="订单" '导入后的表名ip.Import()