搜索资源列表
ADODatabaseImageShow
- 实现了将图像目录保存在数据库中,可通过多个字段进行查询并动态显示,希望对图像数据库初学者有用-to achieve a catalog of images stored in a database, through a number of field inquiries and dynamic display, hope that the right image database useful to beginners
fmodbcsql
- 本例要使用的ODBC数据源名为LocalServer,该数据源指向SQL Server的一个名为test数据库内的student数据表。student数据表的数据可从本目录内的student.txt文件导入。在测试本例前务请预先创建好上述ODBC数据源、数据库和数据表。-the cases to use the ODBC data source named LocalServer. The data sources point to a SQL Server database known as
xtayssy
- 一个订户订阅报刊的应用系统。涉及订单、订户、报刊目录及投递卡信息-a subscriber to the newspaper and magazine subscr iption applications. Involve hand, the subscriber, the press card catalog and information delivery
Catalog
- 动态加载odbc数据源及其内部表单的小程序
CNET2003BSERP
- B/S版ERP安装方法 1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、将目录Copy_of_ERP和webctrl_client复制到C:/Inetpub/wwwroot下,并将Copy_of_ERP目录设置成IIS虚拟目录 3、在SQL Server2000中新建一个Storage用户和LXTXERP数据库,然后将Data目录中的LXTXERP.BAK数据库备份文件还原 4、修改Copy_of_ERP目
读写SQL中的image字段.zip
- Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As
ADOX-CreateDatabase
- ADOX创建ACCESS数据库,只需要创建一个Catalog对象,然后调用它的Create方法,初学者必备例程。-ADOX to create ACCESS database, only need to create a Catalog object, and then call its Create method, an essential routine for beginners.
MiniSQL
- miniSQL 数据库设计 包含API,Buffer Manager,Catalog Manager, index Manager, Inerpreter, Record Manager-miniSQL database design includes API, Buffer Manager, Catalog Manager, index Manager, Inerpreter, Record Manager
financialsystem
- ASP+mssql 财务系统 【使用说明】 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server2000或以上的版本,建立一个新的数据库finance,利用 查询分析器和finance.sql建立数据库。(database文件夹内为备份数据库,可直接还原。) 更新conn.asp和userconn.inc文件
StaffManagement
- 本程序的开发环境为VS2005,数据库为SQLSever2005 默认的连接字符串为:"DataSource=125.216.227.147 Initial Catalog=msdb Persist Security Info=True User ID=sa Password=111111" 管理系统为一个简单的人事管理系统,帮助初学者尽快的掌握这种语言,进而有助于系统改进,对初学者来说是很不错的选择。-This procedure for the development env
PLSQL
- pl/sql编程指南,书的内容比较全面,原来从网上下来的时候没有目录和书签,阅读十分不便,我给按章节加上了书签。-pl/sql programming guide, more comprehensive book, originally from the Internet when it does not catalog and bookmarks, reading is very inconvenient to me to add a bookmark by chapters.
XML_Rowset
- This returns a string containing row sets in XML format. The method, GetXML, takes as parameters: DBService = SQL Server connection parameters, i.e. “Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ” ProcedureName = stored procedur
sqldesign
- 数据库课程设计实例,有图片的介绍和详细的目录,适合做课程设计的同学-Curriculum design, database instance, there are images and detailed catalog introduction, suitable for students in curriculum design
SSS
- MiniSQL 简易实现SQL的功能,包含Buffer、catalog、record等模块-MiniSQL simple realization of SQL features, including Buffer, catalog, record and other modules
ASE_15.0_manual_procedure
- Adaptive Server 参考手册 包含有关 Sybase® Adaptive Server® Enterprise 和 Transact-SQL® 语言的四本指南: • 构件块 说明 Transact-SQL 的各“部件”: 数据类型、内置函数、全局变量、表达式、标识符、保留字和 SQLSTATE 错误。要想成功使用 Transact-SQL,您需要首先了解这些构件块的功能,以及它们对 Transact-SQL 语句结果的影响。 • 命令 提
learnrman
- 很不错的RMAN catalog数据库实施学习手册-Very good implementation of the study manual RMAN catalog database
gzglb
- 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将 存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-on Windows systems management tool, select Internet Information Services, access web
jiaoxuegl
- 教学管理系统,有详细说明,目录,封面,vba开发-Teaching management system, a detailed descr iption, catalog, cover, vba developer
xiandaijiaowuguanlixitong
- 1.本教务管理系统采用ASP.NET2.0+MS-SQL 2005开发 2.使用该源码前先把X:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config中的 <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS Integrated Security=SSPI AttachDBFilename=|DataDirectory
vbsalejxc
- VB源码,数据库应用,销售系统,进销存 VB+SQL商品销售进销存系统,调试请注意: 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = "Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False