想
想入飞飞
Unregistered / Unconfirmed
GUEST, unregistred user!
我现在碰到的问题是:
服务器端:
provider1.dataset:=Query1
Query1.sql ='select * from *****'
provider1.opertion:=[poAllowCommandText];
客户端:
ClientDataSet.commandtext 得到是空值。
我想从服务器端取得TQuery 的sql 语句,应该怎么做呢?
谢谢!!
服务器端:
provider1.dataset:=Query1
Query1.sql ='select * from *****'
provider1.opertion:=[poAllowCommandText];
客户端:
ClientDataSet.commandtext 得到是空值。
我想从服务器端取得TQuery 的sql 语句,应该怎么做呢?
谢谢!!