搜索:exists

找到约 25 项符合「exists」的查询结果

结果 25
https://www.eeworm.com/dl/634/253163.html Applet

开源数据库exists数据库操作

开源数据库exists数据库操作,输入与输出。
下载 153
·
查看 1041
https://www.eeworm.com/dl/633/183863.html Java编程

This program is test URL exists or not ,then print out a overall result in *.html style.

This program is test URL exists or not ,then print out a overall result in *.html style.
下载 154
·
查看 1077
https://www.eeworm.com/dl/686/442670.html VC书籍

In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. Thi

In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the sec ...
下载 74
·
查看 1072
https://www.eeworm.com/dl/503/37365.html C/C++语言编程

医院信息管理系统源代码

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_药品库存_药品资料]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[药品库存] DROP CONSTRAINT FK_药品库存_药品资料 GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK ...
下载 132
·
查看 1174
https://www.eeworm.com/dl/503/37377.html C/C++语言编程

图书馆管理系统源代码

if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[图书丢失_图书编号_fk]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1) ALTER TABLE [dbo].[图书丢失] DROP CONSTRAINT 图书丢失_图书编号_fk GO if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo ...
下载 61
·
查看 1188
https://www.eeworm.com/dl/503/37367.html C/C++语言编程

酒店管理系统源代码

if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_帐单明细_入住单]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1) ALTER TABLE [dbo].[帐单明细] DROP CONSTRAINT FK_帐单明细_入住单 GO if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[F ...
下载 113
·
查看 1195
https://www.eeworm.com/dl/503/37372.html C/C++语言编程

进销存管理实例程序源代码

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[采购订单_供货商_fk]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[采购订单] DROP CONSTRAINT 采购订单_供货商_fk GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[采购订 ...
下载 87
·
查看 1143
https://www.eeworm.com/dl/503/37375.html C/C++语言编程

生产管理系统源代码

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[mrp物料需求计算_物料编号_fk]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[mrp物料需求计算] DROP CONSTRAINT mrp物料需求计算_物料编号_fk GO if exists (select * from dbo.sysobjects where id = ...
下载 135
·
查看 1144
https://www.eeworm.com/dl/503/37376.html C/C++语言编程

财务管理系统源代码

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_分录表_凭证表]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[分录表] DROP CONSTRAINT FK_分录表_凭证表 GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[本期汇总账簿 ...
下载 100
·
查看 1220
https://www.eeworm.com/dl/531/246620.html 操作系统开发

Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstr

Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstrates a technique to rename an object if an object of the same name exists in the destination. This sample shows how to perform these operations in an MP-safe way.
下载 33
·
查看 1077