代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/317514/7536922
cpp server.cpp
// Server.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Server.h"
#include "MainFrm.h"
#include "ServerDoc.h"
#include "ServerView.h"
#include "msg
www.eeworm.com/read/317514/7536923
dsw server.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/317514/7536925
rc server.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/317514/7536926
dsp server.dsp
# Microsoft Developer Studio Project File - Name="Server" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/317514/7536928
h server.h
// Server.h : main header file for the SERVER application
//
#if !defined(AFX_SERVER_H__C3189977_4DB1_11D5_B121_A3A17EBFEA00__INCLUDED_)
#define AFX_SERVER_H__C3189977_4DB1_11D5_B121_A3A17EBFEA00
www.eeworm.com/read/317514/7536936
clw server.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMainFrame
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "server.
www.eeworm.com/read/447938/7543735
cfg server.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/447938/7543736
res server.res
www.eeworm.com/read/447938/7543738
dpr server.dpr
program Server;
uses
Forms,
U_Server in 'U_Server.pas' {frm_Server};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(Tfrm_Server, frm_Server);
Application.Run;