ADO连接Access的问题
想用DataGrid控件显示Access中数据,但是一直出错“FROM子句语法错误”。新手求帮助Adodc1.ConnectionString = "provider=Microsoft.ACE.OLEDB.12.0;Data Source=叶片参数.accdb;Persist Security Info=False" Adodc1.RecordSource = "叶片参数" Adodc1.Refresh
Adodc1.ConnectionString = "provider=Microsoft.ACE.OLEDB.12.0;Data Source=叶片参数.accdb;Persist Security Info=False" Adodc1.RecordSource = "叶片参数" Adodc1.Refresh