自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 封装带类---dataset datareader 用法

using System;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI

2007-07-05 17:53:00 806

原创 sql 4语句

 INSERT INTO CardType (CardID, CardName) VALUES (2, N3)  SELECT CardID, CardRule, CardName FROM CardType UPDATE CardType SET CardName = 3, CardRule = 3DELETE FROM MemberInfo WHERE (CardI

2007-06-04 10:41:00 373

原创 asp.net连接数据库sql2005

最简单基本快捷连接数据库语句:conn.Open();SqlCommand cmd = new SqlCommand(sql, conn);cmd.ExecuteNonQuery();conn.Close();  缺点: 输入 字符会出错。问题解决--使用参数转递 就能解决   字符输出出错问题。需要使用sqlhelper.cs 微软推出的 方便数据库操作类  string

2007-05-10 11:52:00 477

原创 asp.net 3层结构访问数据库

第一层:default.aspxpublic partial class _Default : System.Web.UI.Page{    //private const string PARM_A2 = "@a2";    //private const string SQL_INSERT_A2 = "insert into a (a2) values (@a2)";    prote

2007-05-10 11:50:00 698 1

原创 crystal syntax

stringVar array x := Split ({NewIn.Pvss}, .);x[1]+" 第"+x[2]+"集 第"+x[3]+"场 "+x[4]+"镜头" 

2007-05-05 10:49:00 443

原创 水晶报表 push模式连接 解决登陆问题 和参数传输问题

 string ct = Request.QueryString["str"];                string conStr = ConfigurationManager.ConnectionStrings["ACDataConnectionString"].ConnectionString;                ReportDocument oRpt = new Re

2007-05-05 10:47:00 743

原创 水晶报表pull模式连接 解决登陆输入问题

       TableLogOnInfo logOnInfo = new TableLogOnInfo();        //这里必须声明一个Reportdocument对象   Report,   同时加载数据报表           ReportDocument oRpt = new ReportDocument();        oRpt.Load(Server.MapPath("Cr

2007-05-05 10:46:00 671

原创 学习内容

1.向量... 2.迭代器3.内存控制与泄露4.sql 20055.powerdesigner6.UML建摸与需求分析

2007-04-30 00:18:00 305

原创 我的blog开张拉

哈哈  

2007-04-30 00:12:00 408 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除