一个什么都学的老程序员  
C#和PHP学习历程

2006年10月30日

摘要: 1 // 对存储过程的分析:实例 2 // string G_name ,string G_password为传递给此存储过程的参数,string Loging表示方法名和类型 3 4 public string Login( string G_Name , string G_Passord) 5 { 6 7 ... 阅读全文
posted @ 2006-10-30 20:05 剑落飘香 阅读(517) 评论(0) 推荐(0) 编辑
 
摘要: using System;using System.Data;using System.Data.SqlClient;using System.Collections.Generic;using System.Text; namespace ConsoleApplication1{ class Program { static void Main(string[] arg... 阅读全文
posted @ 2006-10-30 20:03 剑落飘香 阅读(637) 评论(0) 推荐(0) 编辑
 
摘要: 《.NET环境下数据库应用系统开发技术》 是本好书 阅读全文
posted @ 2006-10-30 20:00 剑落飘香 阅读(431) 评论(0) 推荐(0) 编辑