AdoQuery.sql.add('select * from sysobjects where sysobjects.name=''TmpCalc'' and xType=''u''');
该SQL语句在查询分析器中执行正确,但在程序中执行提示我’TmpCalc‘附近有错误
我的环境是Delphi6+sqlServer2000
我想知道表'TmpCalc'是否存在,该怎么办?