摘要: 1、<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html x 阅读全文
posted @ 2011-09-26 22:23 brian_lee 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1、DBAccess.cs/*add by lishuai 20110922Just a Winform test.*/using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OracleClient;using System.Collections;namespace WindowsApplication7{ public static class DBAccess { private static string connectionstring = 阅读全文
posted @ 2011-09-26 22:20 brian_lee 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 一、DBAccess.cs:using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;using System.Collections;namespace WindowsApplication6{ public static class DBAccess { private static string connectionstring = "Data source=(local)\\sqlexpress;initial ca 阅读全文
posted @ 2011-09-26 22:15 brian_lee 阅读(1538) 评论(0) 推荐(0) 编辑