[求助]怎样连接access数据库?
如何用click button事件连接本地的数据库,代码如何写?以前的帖子有这种的:“Server=(local);Database=myDataBase;.."但是直接加入有错,可能是没有声明Server和Database,还有没其他的方法?请帮下忙吧!!
[此贴子已经被作者于2006-5-15 18:56:23编辑过]
我用的这段代码连接
connectionString=@"Provider=Microsoft.Jet.OLEDB.4.0;JetOLEDB:DatabasePassword=密码;
UserID=Admin;DataSource=data.mdb";
出现以下错误,怎么解决??
Form1.cs(129): The name 'connectionString' does not exist in the class or namespace 'Form1'
[此贴子已经被作者于2006-5-16 12:27:55编辑过]