Dim s As String = "Provider=Microsoft.Jet.OLEDB.4.0;Password="""";Data Source=" & ProjectPath & "Attachments\attBackup.mdb;Persist Security Info=True"
If Connections.Contains("kq") Connections.Delete("kq")Else Connections.Add("kq",s)End If
在项目添加数据源那里把这个字符串复制进去,是可以连接的,就是改了4个引号改成2个,为什么用动态添加数据源就不行呢
错误提示,从索引0处开始,初始化字符串的格式不符合规范