摘要:
问题一:当带有参数查询时,例如:select * from user where userID=@userID出错; 解决方案: 如果正在使用 Access 版的 Northwind,则请使用问号替换 @City 参数。 (SELECT CustomerID, CompanyName, ContactName, ContactTitle, Address, City, Region, Postal... 阅读全文
posted @ 2007-11-20 14:19
Fernando
阅读(537)
评论(0)
推荐(0)