• 大小: 85KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: C#
  • 标签: MSSQL  SQL_Server  

资源简介

使用ASP.NET通过WEB方式来实现进行数据维护和管理,实现以下功能的:新建和编辑数据库、运行SQL语法、导入导出数据 汉化程度90% 经测试可以管理sql2000和sql2005。支持NET1.1和NET2.0。

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//        When specifying the KeyFile the location of the KeyFile should be
//        relative to the “project output directory“. The location of the project output
//        directory is dependent on whether you are working with a local or web project.
//        For local projects the project output directory is defined as
//       \obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//        For web projects the project output directory is defined as
//       %HOMEPATH%\VSWebCache\\\obj\.
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      65536  2002-06-04 21:37  bin\SqlAdmin.DLL

     文件      65536  2002-06-04 21:37  bin\SqlWebAdmin.dll

     目录          0  2007-06-08 22:29  bin

     目录          0  2007-06-08 22:29  images

     文件        340  2007-06-08 23:29  Toolbars\DatabaseLocation.ascx

     文件       2095  2007-06-08 23:21  Toolbars\DatabaseToolbar.ascx

     目录          0  2007-06-09 02:32  Toolbars

     文件         78  2002-06-04 21:42  Global.asax

     文件       1048  2007-06-09 02:59  FileProperties.ascx

     文件        825  2002-06-04 21:42  Help\HelpFooter.ascx

     文件       6960  2002-06-04 21:42  Help\HelpHeader.ascx

     文件       1430  2007-06-09 02:32  Toolbars\HelpLogoutToolbar.ascx

     文件        333  2007-06-08 23:27  Toolbars\ServerLocation.ascx

     文件       1725  2007-06-08 23:07  Toolbars\ServerToolbar.ascx

     文件        329  2007-06-09 01:34  Toolbars\TableLocation.ascx

     文件       2037  2002-06-04 21:42  Help\Columns.aspx

     文件      18044  2002-06-04 21:42  Columns.aspx

     文件        884  2002-06-04 21:42  Help\CreateDatabase.aspx

     文件       8031  2007-06-09 01:29  CreateDatabase.aspx

     文件        976  2002-06-04 21:42  Help\CreateStoredProcedure.aspx

     文件       8496  2007-06-09 01:56  CreateStoredProcedure.aspx

     文件        868  2002-06-04 21:42  Help\CreateTable.aspx

     文件       8416  2007-06-09 01:29  CreateTable.aspx

     文件       2789  2002-06-04 21:42  Help\DatabaseProperties.aspx

     文件      14315  2007-06-09 02:22  DatabaseProperties.aspx

     文件        896  2002-06-04 21:42  Help\Databases.aspx

     文件      12977  2007-06-09 02:27  Databases.aspx

     文件       2084  2002-06-04 21:42  Help\Default.aspx

     文件       5387  2007-06-08 22:45  Default.aspx

     文件        961  2002-06-04 21:42  Help\DeleteColumn.aspx

............此处省略173个文件信息

评论

共有 条评论