ChinaUnix.net
相关文章推荐:

Sql出错超时已过期查询数据的时候发现错误,请检查您的查询代

数据库服务器: linux as4 下安装的sybase12.5.4 在window XP下安装了sybase12.5.4的客户端,用Sybase Central v4.3创建了一个数据库lottery,并创建了game表 现在,我用sql Explorer(安装C++ Builder就有的)查询lottery库,可以登陆上去,也可以直接在敲sql语句来查询表, 比如“select * from game” 这些操作都是可以成功的。 但是,我想直接点开"Tables"的时候报错“[Sybase][ODBC Driver][Adaptive Server Enterprise]Stored...

by f1133000 - Sybase - 2008-03-24 18:11:44 阅读(2017) 回复(3)

相关讨论

不知道发在这里违法不违法,但是我也不知道该往哪里发,如果觉得泄密或者会引起安全问题什么的,管理员就删了吧 如下图示:

by busyant - 站务交流 - 2005-10-08 16:15:23 阅读(1136) 回复(1)

我用sql语句建立数据库的时候,出现以下信息,小弟水平较低,看不懂,大家指教 ! Server Message: Number 1805, Severity 10 Line 1: CREATE DATABASE: allocating 51200 pages on disk 'tele114_def01' Server Message: Number 5005, Severity 10 Line 2: Extending database by 1024000 pages on disk tele114_run01 Server Message: Number 5005, Severity 10 Line 3: Extending database by 1024000 pages on di...

by qzluox - Sybase - 2004-04-05 17:46:27 阅读(861) 回复(2)

昨晚用BE备份一台服务器出错了,错误如附件: 报错说数据库前面多了一个斜杠??!!我没写过什么斜杠啊,怎么会出现这个问题? [ 本帖最后由 pet-dtg 于 2009-3-3 11:26 编辑 ]

备份

by pet-dtg - Symantec技术交流区 - 2009-03-03 17:21:06 阅读(3555) 回复(7)

我的sql语句怎么出错了“SELECT * FROM B_MS WHERE AJBS=273345” “SELECT * FROM B_MS ”没问题 是不是DB2数据库有问题呀

by wsjdx - DB2 - 2006-03-09 10:33:35 阅读(1085) 回复(2)

这段码用PHP插入数据出错,但是直接插入却成功... 数据表和数据库均正常.谁能帮试试? [code]

by diychen - PHP - 2005-12-04 13:34:17 阅读(2406) 回复(10)

同事有个sql语句: 1.select count(*) FROM(SELECT CB.PK_STAT.GET_NET@JF(A.ROUTE_VALUE) REGION_CODE,NVL(COUNT(*),0) CNT FROM CB.HOME_BUSI_RECORD@JF A WHERE BIPCODE IN ('BIP1C001') and RESP_CODE!='0000' AND PROCESSTIME>SYSDATE-60/(24*60) GROUP BY CB.PK_STAT.GET_NET@JF(A.ROUTE_VALUE)) WHERE REGION_CODE=031 2.select count(*) FROM(SELECT CB.PK_STAT.GET_NET@JF(A.ROUTE_VALUE) REGION_CODE,NVL(COUNT(*),0)...

by dhhb - Oracle - 2006-07-13 13:47:54 阅读(780) 回复(1)

我在利用restore建立新数据库时出现The diskette drive door is open 我也查到了“sql0976n”的意思: sql0976N The diskette drive door is open. Explanation: The drive door for the database is open. The statement cannot be processed. User Response: Close the drive door and retry the operation. sqlcode: -976 sqlstate: 57021 可我不知道如何才能够实现“Close the drive door ”,帮帮我好吗!谢谢!!!...

by admxdw - DB2 - 2004-03-25 14:05:07 阅读(1453) 回复(2)

提示信息如下: 2005-11-24 16:21:14 - started process bpbrm (5500) 2005-11-24 16:21:14 - connecting 2005-11-24 16:21:14 - connected; connect time: 00:00:00 2005-11-24 16:21:30 - end writing none of the requested files were backed up(2) 2005-11-24 16:21:31 - Error bpsched(pid=5056) suspending further backup attempts for client TR12, policy fd, schedule Full because it has exceeded the configured num...

备份

by yu2885 - 存储备份 - 2005-11-24 17:12:28 阅读(798) 回复(1)

informix数据库 一个简单的sql select * from test1 where EXISTS ( SELECT 1 FROM test2 c WHERE c.rdn = test1.rdn ) 报错 245: Could not position within a file via an index. 144: ISAM error: key value locked 当我改成select * from test1 where not EXISTS ( SELECT 1 FROM test2 c WHERE c.rdn = test1.rdn ) 的时候可以执行。 我想知道,报这种错是因为什么原因,怎么排查

by idd - Informix - 2005-09-20 09:24:11 阅读(1224) 回复(3)

UPDATE request_detail SET FirChkCount= ( select count from request_detail where requestID=27 ) where requestID=27 这句话语法错误在那里了 大家帮忙! [ 本帖最后由 yejr 于 2006-2-22 08:51 编辑 ]

by rcazy - MySQL - 2008-01-24 10:15:55 阅读(10064) 回复(12)