怎么样联系作者啊...
数据库在哪里呀...
vs文件打不开...
不会用,我放空间里面了,不好用。
程序要支持net4.0 然后经典模式 32位的模式
<h2 style="font-family:Verdana;font-weight:normal;font-size:14pt;color:maroon;"> <em>The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.</em> </h2> <div> <em>这个错误如何解决?</em> </div>
在vs调试中,选择x86平台进行调试,应该是你的系统是64位造成的
64位的操作系统 修改程序连接池为的32位模式
<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(240, 248, 253);">“targetFramework”。请注意属性名称区分大小写。 这个错误的,需要设置程序池为4.0</span>
<span></span><h1>Server Error in '/' Application.<hr color="silver" size="1" width="100%" /></h1> <h2> <em>操作必须使用一个可更新的查询。</em> </h2> <span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ;"> <strong> Description: </strong>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br /><br /> <strong> Exception Details: </strong>System.Data.OleDb.OleDbException: 操作必须使用一个可更新的查询。<br /></span>
<span style="color:#333333;font: 13px/26px Verdana, Helvetica, Arial, sans-serif; text-align: left; text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;">你本地的access数据库没有写入权限。加一下权限再试试</span>