登录
首页 » Others » storestore

storestore

于 2008-12-11 发布 文件大小:28KB
0 252
下载积分: 1 下载次数: 1

代码说明:

  数据库系统,系关于库存的,用C#写的,测试已通过,大家下吧(Database system, the Department on the stock with a C# Written test has passed, we are you)

文件列表:

store
.....\admin
.....\.....\addcarrier.asp
.....\.....\addproduct.asp
.....\.....\addsupplier.asp
.....\.....\adminlogon.htm
.....\.....\adminlogout.asp
.....\.....\admin_protect.inc
.....\.....\carrier_edit.asp
.....\.....\carrier_find.asp
.....\.....\Carrier_manage.asp
.....\.....\checkorder_admin.asp
.....\.....\deal_adminlogon.asp
.....\.....\error.asp
.....\.....\product_edit.asp
.....\.....\product_find.asp
.....\.....\product_manage.asp
.....\.....\success.asp
.....\.....\supplier_edit.asp
.....\.....\supplier_find.asp
.....\.....\supplier_manage.asp
.....\adovbs.inc
.....\default.htm
.....\menu.asp
.....\opendb.inc
.....\protect.inc
.....\readme.txt
.....\store.sql
.....\说明.htm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 我编写的用ado访问sql server2000的小程序,希望对大家在编写访问数据库时能有所帮助!...
    我编写的用ado访问sql server2000的小程序,希望对大家在编写访问数据库时能有所帮助!-I prepared with the sql SERVER2000 ado visit the small program, and I hope to visit you in the preparation of the database can be helped!
    2022-10-09 17:00:03下载
    积分:1
  • 001-数据库历史查询和保存2
    说明:  实现把文件保存本地并在数据库建立连接,对数据历史查询(Save the file locally and establish a connection in the database to query the historical data)
    2020-04-24 20:35:52下载
    积分:1
  • 用VC++ 6.0在SQL server中添加JPG格式图片
    用VC++ 6.0在SQL server中添加JPG格式图片-With VC++ 6.0 in SQL server add JPG format picture
    2022-01-26 04:43:09下载
    积分:1
  • ch08
    说明:  sql2000工程实践一书第8张源代码,可以直接调试 (SQL2000 engineering practice of a book section 8 Zhang code, debugging can be directly)
    2008-12-01 23:57:24下载
    积分:1
  • C/S module, VB as the development tools, back
    C/S模块,VB作为开发工具,后台数据库使用SQL Server2000,使用ADO方式连接数据库,实现开户、销户、存款、取款、修改密码、转账、挂失解挂等功能-C/S module, VB as the development tools, back-end database using SQL Server2000, connect the database using ADO, the realization of accounts, sales households, deposits, withdrawals, modify passwords, transfer, report the loss linked to the functions of solution
    2022-11-20 12:05:03下载
    积分:1
  • 图像腐蚀和膨胀
    图像腐蚀和膨胀技术C#、 GDI +、.NET、 类库、 用户界面、 Windows 窗体、 WPF、.NET 框架 4、.NET Framework 3.5 SP1,.NET 框架、.NET 框架 4.0、 图书馆、 Windows 一般、 Windows 用户界面、 C# 语言、 转换器、 WinForms、.NET 框架 4.5、.NET 框架、 图形功能、 Microsoft.NET Framework 3.5 SP1、 Visual C 锋利.NET、 System.Drawing.Drawing2D、 System.Windows.Forms.UserControl,图像处理,筛选器表达式,操纵、.NET 4.5、.NET 开发主题控件、 图形、 C#、 GDI +、 用户控件、 类库、 用户界面、 Windows 窗体、 图形和 3D 图像,GeometryDrawing,图像浏览器,Windows 窗体控件、 2d 图形的动态控件的自定义控件视觉如何向、 图像处理、 代码示例、 Windows 用户界面、 常用控件、 图像画廊、 图像、 可选和命名参数的 C#、.NET 4、 成像、 绘图,如何,颜色和渐变画笔,泛型的 C# 可重用的代码扩展,图像优化,Windows 窗体设计,窗体控件,Windows 窗体控件、 C# 语言的功能、 图形功能、 System.Drawing.Drawing2D、 BitmapImage、 加载图像、 动态图像,扩展方法平台桌面、 Web、 云、 电话、 数据、 Windows RT介绍这篇文章的目的旨在探讨图像侵蚀、 图像膨胀、 开放的形态和关闭形态的概念。此外本文扩展了传统的图像腐蚀和膨胀实现通过局部颜色变化图像腐蚀和膨胀。生成示例没有特殊要求,也没有说明构建的示例源代码。使用示例应用程序包括在这篇文章中你会发现 Windows 窗体的示例源代码中的基于示例应用程序。示例应用程序可用于测试和复制在这篇文章中我们探讨的概念。当执行示例应用程序源/输入图像可以通过单击加载图片按钮选择从本地文件系统。在右手边的样本应用程序的用户界面可以调整提供的控件才能修改滤波正在
    2022-08-19 00:47:40下载
    积分:1
  • SQL2008inHyperV2008
    Running SQL Server 2008 in a Hyper-V Environment
    2014-05-01 13:12:58下载
    积分:1
  • 示例:备份SQL数据库和还原SQL数据库
    示例:备份SQL数据库和还原SQL数据库-Example: Backup and restore SQL database, SQL database,
    2023-04-10 13:25:03下载
    积分:1
  • 一个vb开发,可以动态生成SQL的"拼装类". 例如: sql.strsql="select ? from ? " sql.setFieldEx...
    一个vb开发,可以动态生成SQL的"拼装类". 例如: sql.strsql="select ? from ? " sql.setFieldEx "field1" sql.setFieldEx "tbl" debug.print sql.strsql 输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." For example : sql.strsql = "select from" sql.setFieldEx "fi eld1 "sql.setFieldEx" tbl "debug.print sql.s trsql output : select field from tbl
    2022-09-29 14:55:03下载
    积分:1
  • GenerationInsertSql
    选择数据库中的表,自动生成备份数据文件。(Select the table in the database, automatically generate backup data files.)
    2011-07-20 09:10:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载