本文介绍了如何修复无法找到可安装的ISAM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要将我的VS 2010连接到我的Access 2007
我是使用以下连接字符串:
Dim conn As New OleDbConnection(provider = microsoft.ACE.OLEDB.12.0; Data Sources =& Application.StartupPath &\ database.accdb)
但是当我调试时,我正面临着错误可能找不到可安装的isam。
我该怎么办?
请帮帮我。
谢谢。
Hi ,
I need to connect my VS 2010 with my Access 2007
I am using following connection string :
Dim conn As New OleDbConnection("provider=microsoft.ACE.OLEDB.12.0;Data Sources=" & Application.StartupPath & "\database.accdb")
But when I debugged, I am facing the error "could not find installable isam".
what should I do ?
Please help me.
Thank you.
推荐答案
这篇关于如何修复无法找到可安装的ISAM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!