04 2008 档案

摘要:(不填,搜索全部;填,搜索包含) (不填,搜索全部... 阅读全文
posted @ 2008-04-28 13:11 N/A2011
摘要:using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using ... 阅读全文
posted @ 2008-04-26 02:22 N/A2011
摘要:set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER FUNCTION [dbo].[JoeySplitWords](@text nvarchar(4000)) RETURNS @words TABLE (word nvarchar(4000)) AS BEGIN DECLARE @wordBegin smallint, ... 阅读全文
posted @ 2008-04-16 03:15 N/A2011
摘要:转自 http://ca3.php.net/mssql_execute: if(!defined('dbMSSQL_Types')) { define('dbMSSqlTypes',1); $MSSQL_types[127] = SQLINT4; /* bigint*/ $MSSQL_types[104] = SQLBIT; /* bit*/ ... 阅读全文
posted @ 2008-04-13 08:53 N/A2011
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Joe... 阅读全文
posted @ 2008-04-09 13:46 N/A2011