01 2021 档案

摘要:using System; using System.Collections.Generic; using System.Text; using System.Configuration; using Microsoft.Office.Interop.Excel; using System.Data 阅读全文
posted @ 2021-01-03 10:42 flybuuter 阅读(88) 评论(0) 推荐(0)
摘要:Sub 添加记录access2007() Dim cnn As New ADODB.Connection Dim Cat As New ADOX.Catalog Dim MyData$, MyFile, n% MyData = ThisWorkbook.Path & "\数据库.accdb" On 阅读全文
posted @ 2021-01-03 10:39 flybuuter 阅读(403) 评论(1) 推荐(0)