我正在开发一个自90年代以来一直在使用的系统。它用VB6编写,最初设置为使用Access数据库和JET驱动程序。现在,由于我们的客户在AccessDB上遇到2GB的文件大小限制,我们正在考虑将所有内容都转换为mySQL。不幸的是,大约5年前编写的系统中的所有内容都使用这种类型的逻辑:DimrstAsNewADODB.Recordsetrst.ActiveConnection=cnnrst.Open"table"rst.Index="index"rst.SeekArray("field1","field2"),adSeekFirstEQrst!field1="somethingnew"r