代码搜索:Sql

找到约 10,000 项符合「Sql」的源代码

代码结果 10,000
www.eeworm.com/read/473576/6846590

plg sql.plg

Build Log --------------------Configuration: SQL - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"Deb
www.eeworm.com/read/473576/6846593

dsp sql.dsp

# Microsoft Developer Studio Project File - Name="SQL" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appli
www.eeworm.com/read/473576/6846598

h sql.h

// SQL.h : main header file for the SQL application // #if !defined(AFX_SQL_H__2888032B_C46F_4735_BE46_8CA5E339F24B__INCLUDED_) #define AFX_SQL_H__2888032B_C46F_4735_BE46_8CA5E339F24B__INCLUDED_
www.eeworm.com/read/473576/6846605

cpp sql.cpp

// SQL.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "SQL.h" #include "SQLDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char T
www.eeworm.com/read/473576/6846618

clw sql.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CSQLDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "SQL.h"
www.eeworm.com/read/472787/6865899

sql market.sql

www.eeworm.com/read/472787/6866148

sql sale.sql

www.eeworm.com/read/472787/6866421

sql hotel.sql

www.eeworm.com/read/472564/6870539

sql proc.sql

/*存储过程例程*/ CREATE PROCEDURE sp_CheckPass declare @CHKName VARCHAR(30), @CHKPass VARCHAR(30) AS SELECT [student_id],[student_no],[student_pass],[student_name],[department_id],[teacher_
www.eeworm.com/read/472564/6870543

sql delscore.sql

create TRIGGER DelScore ON Student FOR DELETE AS IF @@RowCount = 0 Return Declare @ID int Select @ID=Student_id From Deleted de