-
设备管理系统+数据库创建脚本,vc6.0 + SQL Server 2000…
设备管理系统+数据库创建脚本,vc6.0+sql server 2000实例-Equipment Management System+ Database creation script, vc6.0+ Sql server 2000 instance
- 2022-03-20 04:38:13下载
- 积分:1
-
上面代码的一个补充
上面代码的一个补充-An update for above code
- 2022-02-06 11:42:17下载
- 积分:1
-
实现从数据库中查询一条记录,然后插入到另一个数据库中:包括图像数据即二进制数据.改进后可实现将任何文件以二进制形式存入数据库...
实现从数据库中查询一条记录,然后插入到另一个数据库中:包括图像数据即二进制数据.改进后可实现将任何文件以二进制形式存入数据库-from a database for a record, and then inserted into another database : including image data that is binary data. Improvements can be achieved in any document stored in the database binary form
- 2023-09-04 23:45:03下载
- 积分:1
-
这个程序演示了采用ADO技术的基本功能,数据库用Microsoft Acess,实现的基本功能有:添加记录,删除记录,修改记录,该程序另外一个优点在于界面的友好...
这个程序演示了采用ADO技术的基本功能,数据库用Microsoft Acess,实现的基本功能有:添加记录,删除记录,修改记录,该程序另外一个优点在于界面的友好,Button控件做得相当漂亮。文件中包含源程序和演示用的Access数据库。-this procedure demonstrated the use of ADO The basic function, the database with Microsoft Acess to achieve the basic functions : add records, delete records, modify records, the program is another advantage of a friendly interface, Button Controls has done quite beautiful. Document contains source and demonstrate the Access database.
- 2022-05-26 08:06:01下载
- 积分:1
-
/*********************************
* 类名:DBHelper
* 功能描述:提供基本数据访问功能
* **...
/*********************************
* 类名:DBHelper
* 功能描述:提供基本数据访问功能
* ******************************/-/********************************** Class name: DBHelper* Function description: to provide basic data access functions*******************************/
- 2022-08-09 01:50:58下载
- 积分:1
-
实现将文本数据导入excel数据到sql
实现将文本数据导入excel数据到sql-导入excel数据到sql
- 2022-03-22 06:06:22下载
- 积分:1
-
vc++实现仓库管理系统
vc++实现仓库管理系统-vc warehouse management system
- 2023-04-20 08:30:04下载
- 积分:1
-
微软的VC++下使用ADO访问数据库的实例
微软的VC++下使用ADO访问数据库的实例-use ADO database examples
- 2022-03-01 19:28:03下载
- 积分:1
-
runtime environment :'d software for the Delphi programming support tools to...
运行环境:Win9x/Me/NT/2000/XP
本软件为DELPHI的编程辅助工具,能够提供信息框设计、ASCII查询、键码查询、颜色码查询等功能。为绿色自由软件,不需安装和注册,下载后即可直接使用。
-runtime environment :"d software for the Delphi programming support tools to provide information box design, ASCII inquiries, and the key code inquiries, color code query capabilities. Green free software, installation and without registration, can be downloaded directly after use.
- 2022-04-20 07:46:28下载
- 积分:1
-
本同学录系统演示地址: http://class.19870123.cn/
下载后请在Web.Config里更改设置,如数据库路径等
如果要换sq...
本同学录系统演示地址: http://class.19870123.cn/
下载后请在Web.Config里更改设置,如数据库路径等
如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可
public class MyPage : LeeHom.Web.UI.SqlPage
{
}
public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage
{
}
并在Web.Config里设置数据库为SqlServer
Sql的执行语句在App_Data下DataBase.sql
后台管理:http://网址/admin/
默认管理员:admin 密码:admin
可注册一个新用户后设置新用户为管理员后删除admin用户-demonstration of the website address : http :// class.19870123.cn/downloading please Web.Config Lane Change settings , such as databases, etc. If they took the path sql database I would be grateful if the app_code Lane MyPage.cs code can be replaced by the following public class MyPage : LeeHom.Web.UI.SqlPage () public class MyMast erPage : LeeHom.Web.UI.SqlMasterPage () and Web.Confi g Lane SqlServer database for the implementation of SQL statements under the App_Data DataB ase.sql background Management : http:// website/admin/default administrator : admin Password : admin can register a new user after
- 2022-01-24 18:03:38下载
- 积分:1