.NET 學習

.NET 學習生活感想... 万事成蹉跎..... 贵在坚持 及时整理自己做过和学过的东西

博客园 首页 新随笔 联系 订阅 管理

05 2008 档案

摘要:try { ArrayList sqlList = new ArrayList(); string StrSqlTables = "select d.name,a.name FROM syscolumns a left join systypes b on a.xtype=b.... 阅读全文
posted @ 2008-05-29 11:53 Tonyyang 阅读(847) 评论(0) 推荐(0)

摘要:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_set]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[p_set] GO ... 阅读全文
posted @ 2008-05-29 09:30 Tonyyang 阅读(1222) 评论(0) 推荐(0)

摘要:1.char,varchar转到nchar,nvarchar if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_set]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop proced... 阅读全文
posted @ 2008-05-29 09:30 Tonyyang 阅读(2518) 评论(0) 推荐(0)

摘要:MySql 资源 1.This is a compiled connection strings reference list on how to connect to MySQL. http://www.connectionstrings.com/?carrier=mysql 2.MySQL 5.1参考手册 http://dev.mysql.com/doc/refman/5.1/... 阅读全文
posted @ 2008-05-27 16:16 Tonyyang 阅读(300) 评论(0) 推荐(0)

欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/