X
xiecc
Unregistered / Unconfirmed
GUEST, unregistred user!
我用Win98下的SQL Server 7在同一个Form里进行两个不太复杂的查询,
可是一执行就死机,因为没条件上NT, 也不知在NT下结果如何,
请教各位是不操作系统的原因?
查询如下:
Query1: select wid,workTime from worktimeinfo where cid=:cid
Query2: 在Query1的DataSource的DataChange事件里面写的
select PersonInfo.* from PersonInfo,PersonWorkInfo where
PersonWorkInfo.WId=:Wid and PersonWorkInfo.Cid=:Cid and
PersonWorkInfo.Cid=PersonInfo.cid and PersonInfo.Pid=PersonWorkInfo.Pid
order by PersonInfo.Pid
可是一执行就死机,因为没条件上NT, 也不知在NT下结果如何,
请教各位是不操作系统的原因?
查询如下:
Query1: select wid,workTime from worktimeinfo where cid=:cid
Query2: 在Query1的DataSource的DataChange事件里面写的
select PersonInfo.* from PersonInfo,PersonWorkInfo where
PersonWorkInfo.WId=:Wid and PersonWorkInfo.Cid=:Cid and
PersonWorkInfo.Cid=PersonInfo.cid and PersonInfo.Pid=PersonWorkInfo.Pid
order by PersonInfo.Pid