[2004-10-01] 给大家一个数据库操作类。应该来说很全了。我自己用的。 //版权所有 OSLEAGUE 2002-2003
//作者:Blood
using System;
using System.Data;
using System.Data.SqlClient;
using System.Web;
using OSLeagueForumXP.Components;
namespace OSLeagueForumXP.Common
{
&n...
[2004-10-01] 掌握ADO.NET的十个热门技巧(一) .NET的数据访问编程模式需要一套新的技巧和最佳方法。
by Dino Esposito
技术工具箱:VB.NET、SQL Server 2000、XML
ADO.NET提供了一个统一的编程模式和一组公用的类来进行任何类型的数据访问,而不管你用何种语...
[2004-10-01] 掌握ADO.NET的十个热门技巧(二) 7. ADOX可以帮你得到并改变Schema信息
ADO.NET并没有为得到并管理schema信息提供一个完全的对象模式。你应该用ActiveX Data Objects Extensions for Data Definition Language and Security (ADOX)或用每个数据库...
[2004-10-01] 连接SQL SERVER公共类 '*****************************************************************************************************
Option Explicit On
'Option Strict On
'//************************************...
[2004-10-01] 关于在连接数据库时候命名管道不工作的官方解决办法 MS已经确认这是一个BUG了
BUG: Named Pipes Do Not Work When Worker Process Runs Under ASPNET Account
The information in this article applies to:
Microsoft ASP.NET (included with the .NET Framework)...
[2004-10-01] .NET中各种数据库连接大全(精典之极) .NET中各种数据库连接大全
SQL Server
ODBC
Standard Security:
"Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;"
Trusted connection:
"Driver={SQL Server};S...