-
VBA关于access2000的数据库例程
VBA关于access2000的数据库例程-VBA on the database routines access2000
- 2022-02-05 22:01:05下载
- 积分:1
-
wtl写的,代码小
wtl写的,代码小-Windows Template Library written in the code small
- 2023-02-20 21:55:03下载
- 积分:1
-
MSDN上的ADO例子,近来看了好几个,最后还是觉得这个比较经典,上传一份
MSDN上的ADO例子,近来看了好几个,最后还是觉得这个比较经典,上传一份-MSDN ADO example, recently read a few, but finally feel that the more classical and upload a
- 2022-12-09 22:10:03下载
- 积分:1
-
1.自己封装的数据库SQlite3类,使得数据库操作更加简单容易。
2.查询时不需要定义回调函数,直接使用SelectFromTable(char *sql...
1.自己封装的数据库SQlite3类,使得数据库操作更加简单容易。
2.查询时不需要定义回调函数,直接使用SelectFromTable(char *sql)
3.包含了Sqlite3的静态库,运行时不再需要sqlite3.dll
4.用法与说明请参考头文件-1. SQlite3 own database package category, making operation more simple and easy database. 2. Inquiries, the definition of a callback function does not require direct use of SelectFromTable (char* sql) 3. Contains the static library Sqlite3, run-time is no longer required sqlite3.dll4. Usage and description please refer to header files
- 2022-03-28 13:35:17下载
- 积分:1
-
应用了几乎所有.net1.0的技术制作的图书馆管理系统
应用了几乎所有.net1.0的技术制作的图书馆管理系统-Almost all applications. Net1.0 technology produced by the Library Management System
- 2023-09-02 10:45:05下载
- 积分: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
-
ADO数据库访问封装,支持SQL SERVER 和ORACLE数据库
ADO数据库访问封装,支持SQL SERVER 和ORACLE数据库-ADO database access package to support the SQL SERVER and ORACLE database
- 2023-08-07 21:05:03下载
- 积分:1
-
SQL数据库检测,正点啊
SQL数据库检测,正点啊-SQL database tests revealed ah
- 2022-03-24 20:27:56下载
- 积分:1
-
这文件describes the Oracle和DB2,ODBC
This document describes the Oracle, Odbc and DB2-CLI Template Library, Version 4.0 (OTL 4.0). OTL 4.0 is a C++ library based on templates. It integrates all of the previous releases into one library.
- 2022-03-05 23:31:48下载
- 积分:1
-
第5章 Transact
第5章 Transact-SQL及其程序设计基础5.2 Transact-SQL基础5.2.2 数据查询1.查询表中所有的列例如,要查询表book中的所有书籍的信息,可在SQL查询分析器中输入如下命令:SELECT * FROM book-Chapter 5 Transact-SQL procedures and the design basis 5.2 Transact-SQL data base for a 5.2.2. For all of the tables out, for example, to check table book of all books, information, the SQL Query Analyzer enter the order as follows : SELECT* FROM book
- 2022-05-25 11:13:36下载
- 积分:1