• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

delphi.net在ASP.net中使用数据模块DM

原作者: [db:作者] 来自: [db:来源] 收藏 邀请
1,project->Add->Other->加入一个Global页面
2,在Global页面中放sqlConnection sqlCommand并设好他们的连接
3,在接口处注销strict private
   接口的代码如下
---------------------------
type
  TGlobal = class(System.Web.HttpApplication)
  {$REGION 'Designer Managed Code'}
//  strict private//这行必需注销,其它的行不理它
    sqlCNN: System.Data.SqlClient.SqlConnection;
    SqlCMD: System.Data.SqlClient.SqlCommand;
    procedure InitializeComponent;
  {$ENDREGION}
  strict protected
    procedure Application_Start(sender: System.Object; e: EventArgs);
    procedure Session_Start(sender: System.Object; e: EventArgs);
    procedure Application_BeginRequest(sender: System.Object; e:

EventArgs);
    procedure Application_EndRequest(sender: System.Object; e:

EventArgs);
    procedure Application_AuthenticateRequest(sender: System.Object; e:

EventArgs);
    procedure Application_Error(sender: System.Object; e: EventArgs);
    procedure Session_End(sender: System.Object; e: EventArgs);
    procedure Application_End(sender: System.Object; e: EventArgs);
  private
    { Private Declarations }
  public
    constructor Create;
  end;

var DM:TGlobal;//在这里要申明一个类变量,以后就会这个变量来访问这个类

implementation
------------------------------------
4,申本类变量,如implementation上面那一行
5,其它页面引用这个单元,引用单元要引用System.Data.SqlClient
  要不然,就叫不出DM模块中数据组件的方法了
-------------------------------------------
DoubleCat

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Delphi RadioGroup 组件基本用法发布时间:2022-07-18
下一篇:
Review: Delphi 2007 for Win32 (Beta) - part two发布时间:2022-07-18
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap