SQL-Server中 : select * from Stu where stuId = '123'在access 中改成: select * from Stu where [stuId] = '123' 感谢楼上了..