Welcome![Sign In][Sign Up]
Location:
Search - NorthWind

Search list

[WEB Codenorthwind中英对照

Description: SQL自带数据库CUB的中英对照表,方便朋友们使用,不会因为英文头疼。-own SQL database CUB of bilingual forms to facilitate the use of friends, not because English headache.
Platform: | Size: 41420 | Author: 高飞 | Hits:

[ActiveX/DCOM/ATLInvoke_ActiveX_Control_in_Delphi

Description: 对于activex控件的动态调用,而不是使用在delphi中注册的方法。这是一段试验程序。调用程序中的代码比较重要,实现这个功能。其余的几个都是测试的ActiveX控件。那个“数据集操作的ActiveForm”使用的是sqlserver的NorthWind的数据库,各位自己在AdoConnection里面重新设置一下就可以了。这段代码主要是尝试如何设置/获取 ActiveX控件的属性,调用ActiveX控件中带参数的方法等。-for dynamic call, rather than using the Delphi method were registered. This is a period of trial procedures. Call procedure code more important, to achieve this function. The remaining few are testing the ActiveX control. That "data sets to operate ActiveForm" using the SQLServer the NorthW ind database, you AdoConnection inside his re-installed on about it. This code is mainly to try to how to set up / ActiveX control access to the property, Call ActiveX control with parameter of the method.
Platform: | Size: 923413 | Author: 孙英佶 | Hits:

[Other resourceNorthwind_database

Description: 这个是sqlserver2000的示例数据库northwind,便于大家在学习数据库的编写过程中,直接使用、修改,非常方便-sqlserver2000 This is a sample database northwind. help everyone in the study process in the preparation of a database, direct use, modify, very convenient
Platform: | Size: 1349941 | Author: lifeng | Hits:

[Other resourceJDBC

Description: JDBC连接172.16.23.6的Northwind数据库;实现查询与更新
Platform: | Size: 3709 | Author: 傅世昌 | Hits:

[GDI-BitmapMicrosoftPHON

Description: 模拟手机 Notes: // This example demonstrates the following functions // 1. Create Northwind sample database // 2. Create Employees table // 3. Open a connection to Northwind database // 4. Insert employee sample data using OLE DB API // 5. Update employee info using OLE DB API // 6. Queries through ICommandText // 7. IRowsetIndex seek // 8. Insert BLOB to database using ISequentialStream // 9. Load BLOB from database using ILockBytes // 10. Wrap employee data insertions in a transaction
Platform: | Size: 371225 | Author: 东方 | Hits:

[Database systemSQLHelper

Description: 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] <!-- application specific settings --> <appSettings> <add key="ConnectionString" value="packet size=4096 user id=sa data source=localhost persist security info=True initial catalog=NorthWind password= "/> </appSettings> 当然可以把数据库连接方法修改后直接用。-rewritten Microsoft SQLHelper (shared database Call Interface) a SqlHelper the connectionString caused an overall volume, uniform database connections increased by two strings to the specific name of the table in the DataSet interface. In the config files set database connection string private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings [ "ConnectionString"] lt; !-- Application specific settings-- gt; Lt; AppSettingsgt; Lt; Add key = "ConnectionString" value = "packet size = 4096 user id = sa data source = localhost persist security info = = True initial catalog NorthWind password ="/gt; lt;/appSettingsgt; of course, the database can be connected directly to amend the methods used.
Platform: | Size: 6144 | Author: 沈镇杰 | Hits:

[Documentsnorthwind中英对照

Description: SQL自带数据库CUB的中英对照表,方便朋友们使用,不会因为英文头疼。-own SQL database CUB of bilingual forms to facilitate the use of friends, not because English headache.
Platform: | Size: 40960 | Author: 高飞 | Hits:

[SQL ServerNorthwind_database

Description: 这个是sqlserver2000的示例数据库northwind,便于大家在学习数据库的编写过程中,直接使用、修改,非常方便-sqlserver2000 This is a sample database northwind. help everyone in the study process in the preparation of a database, direct use, modify, very convenient
Platform: | Size: 1349632 | Author: lifeng | Hits:

[SQL ServerNorthwindAndpubsSql

Description: Northwind与pubs数据库脚本 为MSSQL的脚本文件,适合MSSQL的初学者学习数据库结构使用。 这两个数据库都是微软本身的经典数据库。不知为什么,SQL体验版不带这两个数据库了-Northwind and pubs database script for MSSQL the script file, suitable for beginners to learn the MSSQL database structure to use. These two databases are Microsoft s own classic database. I do not know why, SQL experience version without these two databases of
Platform: | Size: 242688 | Author: | Hits:

[Shop supermarket software systemNorthwind

Description: accessVBA做的产品订单信息管理系统,系统功能相当完善,是正在使用的一套系统,包括客户、雇员、供应商、订单、销售分析等等。-Order Products accessVBA make the information, the system functions quite well, is a system being used.
Platform: | Size: 354304 | Author: lg | Hits:

[OtherNorthwind

Description: northwind数据库资料相关介绍-northwind database of information related presentations. . . .
Platform: | Size: 167936 | Author: 李海波 | Hits:

[Database systemNorthwind

Description: 利用SQL语言建立表格,并且给表格添加索引,删除,修改。-Use of SQL language to set up tables and indexes to the table to add, delete, modify.
Platform: | Size: 1024 | Author: aa | Hits:

[SQL Serveroracle-northwind

Description: Oracle Northwind 数据库生成-Oracle Northwind script
Platform: | Size: 65536 | Author: Hike | Hits:

[.netBind_GridV220919892011

Description: 1.Open Visual Studio 2. Create New Website 3. Choose empty ASP.net website. 4. Goto Solution Explorer on your right hand site or Goto file menu Website>Add New Item. 5. Select DataSet rename to Northwind and click Add. 6. Now add table adapter. The Adapter Configuration Wizard starts table asks you to select which database to work. The list box displays the database in Server Explorer. If you do not have the Northwind database in Server Explorer, you can use the New Connection button at this time to do it.
Platform: | Size: 6144 | Author: Rahim | Hits:

[.netCreating_D220918892011

Description: 1. Open Visual Studio 2. Create New Website 3. Choose empty ASP.net website. 4. Goto Solution Explorer on your right hand site or Goto file menu Website>Add New Item. 5. Select DataSet rename to Northwind and click Add.
Platform: | Size: 6144 | Author: Rahim | Hits:

[SQL ServerNorthwind

Description: SQL Server 2000系统表Northwind的分析。-Northwind tables in SQL Server 2000.
Platform: | Size: 58368 | Author: 网络风 | Hits:

[SQL ServerNorthwind-Database

Description: Northwind Database Northwind Database
Platform: | Size: 1381376 | Author: shawkat1965 | Hits:

[SQL ServerNorthwind

Description: 微软NorthWind示例,适合初学者学习数据库架构-Microsoft NorthWind example, suitable for beginners to learn the database schema
Platform: | Size: 841728 | Author: LB | Hits:

[MiddleWareNorthwind

Description: 基于AgileEAS.NET平台开发的一个简单的MIS项目,Northwind案例(源自于SQLServer数据库系统并且做了一些改动),包含所有源代码、文档、数据库,可直接运行-Based on AgileEAS.NET platform development of a simple MIS project, Northwind case (originating the SQLServer system and made a number of changes), including all the source code, documents, s, can be directly run
Platform: | Size: 20367360 | Author: liuyan | Hits:

[SQL Servernorthwind_mysql.sql

Description: 北风数据库代码. 推荐环境: MySQL(Northwind database in SQL. Recommend environment : MySQL)
Platform: | Size: 252928 | Author: thor9990 | Hits:
« 12 3 4 »

CodeBus www.codebus.net