-
SQL 语句,用于SQL Server的学习。
SQL 语句,用于SQL Server的学习。-SQL statement, SQL Server for the study.
- 2022-07-09 05:20:35下载
- 积分:1
-
this is what I do before a customer management system. Pack containing the sourc...
这个是我以前做的一个客户管理系统.包内已经含有源码和所用到的控件.代码是用VB写的,数据库采用MSSQL的.-this is what I do before a customer management system. Pack containing the source code and has been used by the controller. The code is VB write, the database using MSSQL.
- 2023-08-13 13:25:02下载
- 积分:1
-
本程序使用C#,ASP.NET语言和SQL SERVER实现了一个小型BBS论坛,用户可以浏览恢复发表上传等多种功能...
本程序使用C#,ASP.NET语言和SQL SERVER实现了一个小型BBS论坛,用户可以浏览恢复发表上传等多种功能-This procedure using C#, ASP. NET languages and SQL SERVER realize a small BBS forums, users can browse the resumption of publication of a variety of functions, etc. From
- 2022-03-11 18:38:59下载
- 积分:1
-
"code" directory procedures, the need to install SQL Server 2000, and...
“代码”目录下的程序,需要安装SQL Server 2000,并建立起相应数据库。
各个实例的数据库文件存放在相应“建库脚本”目录下,有两种方法建立数据库。
一是在SQL Server的企业管理器中右击“数据库”节点,单击【所有任务】|【附加数据库】菜单命令,
选择相应的数据库文件(扩展名为mdf),单击【确定】按钮就可以了;另一种方法是通过SQL Server的企业管理器的恢复数据库功能,
从数据库备份文件恢复,备份文件的扩展名为bak。
-"code" directory procedures, the need to install SQL Server 2000, and to establish a corresponding database. Examples of the various database files stored in a corresponding "building a database script" directory, there were two ways to build up a database. First, the SQL Server Enterprise Manager right-click the "database" nodes, [Click all the tasks-- |-- [Additional database menu orders choose the database files (files extensions), click [set] button on the can; Another method is through SQL Server Enterprise Manager to restore the database functions, from the database backup file recovery, backup document called the expansion bak.
- 2022-05-31 08:57:37下载
- 积分:1
-
Several foreigners to write the source code for everyone to download as soon as...
几个老外写的源代码大家快快下载-Several foreigners to write the source code for everyone to download as soon as possible
- 2022-06-11 19:42:16下载
- 积分:1
-
err
随着SQL Server 2005数据库使用的普及,在Java 应用程序中使用基于Java Database Connectivity (JDBC)的驱动程序来访问SQL Server 2005数据库已经成为十分必要的工作。特别是随着XML成为工业标准,越来越多的Java应用程序趋向于使用XML配置文件。论文结合实例讲述了在JSP/Servlet中使用JDBC驱动及XML配置文件访问SQL Server 2005数据库的典型应用方式。-err
- 2022-07-04 16:46:00下载
- 积分:1
-
MSSQLSybase通用框架12.rar
快速开发PB程序不可缺少的框架代码,有它,就不需要从零开始...
PB-MSSQLSybase通用框架12.rar
快速开发PB程序不可缺少的框架代码,有它,就不需要从零开始-PB-MSSQLSybase generic framework for rapid development of PB procedures 12.rar indispensable framework code, have it, you do not need to start from scratch
- 2022-07-18 12:15:12下载
- 积分:1
-
Vehicle showroom system
- 2022-03-20 17:43:20下载
- 积分:1
-
一个VB开发的很好的图书信息管理系统,在学校的毕业论文中得到了很高的分数...
一个VB开发的很好的图书信息管理系统,在学校的毕业论文中得到了很高的分数-a very good library information management system, the school dissertation was a high score
- 2023-05-11 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