起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 139|回复: 3

【结贴】如何在资源集中,动态创建数据集呢? 谢谢**

[复制链接]
发表于 2007-8-30 09:58:11 | 显示全部楼层 |阅读模式
如何在资源集中,动态创建数据集呢? 谢谢
回复

使用道具 举报

发表于 2007-8-30 10:27:13 | 显示全部楼层
unit ZYJ1;

interface

uses
  Business.System, Business.Model;

type
  TZYJ1 = class(TBizLibrary)
  private
    {private declarations}
  public
  static function findquery(AOwner: Business.System.TComponent):string;
    {public declarations}
  end;

implementation

static  function TZYJ1.findquery(AOwner: Business.System.TComponent):string;
var
   tmpDataset:Tsqldataset;
begin
  tmpDataset:=tsqldataset.Create(AOwner);
  try
  tmpdataset.Database.URL:='Biz:\JUSTEP\justepSJK.Database';
   tmpdataset.SQL.Text:='SELECT *  FROM DDZB  ';
   tmpdataset.Open;
   result:= tmpdataset.Fields[0].AsString;
   finally
   tmpDataset.Free;
   end;
end;

end.
回复 支持 反对

使用道具 举报

发表于 2007-8-30 18:10:22 | 显示全部楼层
楼主问题解决了?请回馈
回复 支持 反对

使用道具 举报

发表于 2007-9-14 10:03:59 | 显示全部楼层
由于长时间没有反馈,先结贴了!
有问题请开新贴。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2025-1-16 06:49 , Processed in 0.034782 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表