摘要:        
对于一些自动编号(自动增量)的字段,当删除数据后,新增加的数字总是紧接着,而不是连续的。 全部清空后,也不会从1开始。 你可以使用下面的方法。 SQL2000 TRUNCATE TABLE 表名 ACCESS 清空表后,修复压缩一下数据库    阅读全文
        
            posted @ 2008-09-01 22:27
郑希强
阅读(325)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
border=0>    阅读全文
        
            posted @ 2008-09-01 22:25
郑希强
阅读(399)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
1. 启动数据库的全文处理功能(sp_fulltext_ database);; 2. 建立全文检索目录(sp_fulltext_catalog); 3.在全文检索目录中注册需要全文索引的表(sp_fulltext_table); 4. 指出表中需要全文检索的列名(sp_fulltext_ column);; 5. 为表创建全文索引(sp_fulltext_table);; 6. 填充全文检索目录...    阅读全文
        
            posted @ 2008-09-01 20:50
郑希强
阅读(393)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
asp.net免费分页控件 AspNetPager 7.0.2版的示例项目及源码,使用VS2008开发,可以使用VS2005或VS2008打开查看,打开方式:从VS2005或VS2008文件菜单中选择 打开...站点,然后浏览到示例项目解压后的文件夹即可。 注意:该控件只支持.NET Framework 2.0、3.0及3.5版 其中AspNetPager702Src为AspNetPager7.0...    阅读全文
        
            posted @ 2008-09-01 20:47
郑希强
阅读(573)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
protected string CutString(string str,int length) { string newString=""; if(str!="") { if(str.Length>length) { newString=str.Substring(0,length)+"..."; } else { newString=str; } } retu...    阅读全文
        
            posted @ 2008-09-01 20:43
郑希强
阅读(268)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
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-09-01 20:41
郑希强
阅读(248)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlCon...    阅读全文
        
            posted @ 2008-09-01 20:39
郑希强
阅读(213)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
using System; using System.Collections; using System.Configuration; using System.Data; //using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlCo...    阅读全文
        
            posted @ 2008-09-01 20:27
郑希强
阅读(256)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlCont...    阅读全文
        
            posted @ 2008-09-01 20:26
郑希强
阅读(386)
评论(0)
推荐(0)
        
        
 
                    
                     
                    
                 
                    
                 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号