-
VC++
VC++中国著名景点导游咨询系统 完整的源代码 个人自己编的,调试无错-VC++
- 2023-06-18 14:15:03下载
- 积分:1
-
数据库课设完整代码,自带测试数据
应用背景在大学时做课设时做的一个小程序,本程序是运用C#编码平台,有一些数据库的基本要求,能满足初学者的需求,现在上传给大家,希望能对大家有所帮助关键技术ADO.NET,c#,SQLserver,数据库。这个小程序是我课设时做的,其中的要求可以满足初学者的需要。在其中我用了ADO.NET编码平台式C#,功能详细,初学者可以下载学习学习,我现在急需一点CF币,希望大家多来下载我的代码。谢谢
- 2022-02-04 21:48:21下载
- 积分:1
-
用vc6.0写的sqlserver人事管理系统
用vc6.0写的sqlserver人事管理系统-Sqlserver written by vc6.0 Personnel Management System
- 2022-04-26 09:59:25下载
- 积分:1
-
在SQL中删除重复记录
学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Ora...
在SQL中删除重复记录
学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for the test (not built Index) There"s a lot of duplication of records. Later up in the deletion of duplicate records, Oracle, can only achieve rowid delete duplicate records; Also temporary tables can be built to achieve ... the only mention of several simple, practical methods, and we hope to share (table employee example).
- 2023-05-24 08:40:03下载
- 积分:1
-
vb连接SQL的小程序,内附详细的说明信息,一目了然
vb连接SQL的小程序,内附详细的说明信息,一目了然-SQL Connect vb small procedures, containing detailed information at a glance
- 2022-07-26 17:09:43下载
- 积分:1
-
数据库访问的一个简单演示,里面包含如何连接数据库,及CRrecordset和CDatabase这两个类的使用...
数据库访问的一个简单演示,里面包含如何连接数据库,及CRrecordset和CDatabase这两个类的使用-Database access with a simple demonstration, which includes how to connect to the database, and CRrecordset and CDatabase the use of these two classes
- 2022-03-31 06:26:08下载
- 积分:1
-
这是一个航空售票系统,很有实用价值,有需要可下载
这是一个航空售票系统,很有实用价值,有需要可下载-air ticketing system, useful, it needs to download
- 2022-03-22 20:40:49下载
- 积分:1
-
c代码,学校的数据库做的 时候留下的 ,heel
c代码,学校的数据库做的 时候留下的 ,heel-c code, the school database to do the time left, heel
- 2022-02-12 08:55:56下载
- 积分:1
-
本源码是关于人事管理系统的Visual C++源代码,也是一个SQL数据库系统...
本源码是关于人事管理系统的Visual C++源代码,也是一个SQL数据库系统-This source is about the personnel management system Visual C++ Source code as well as an SQL database system
- 2023-03-19 14:30:04下载
- 积分: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