代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/155408/11879534

frm frmrptyearuse.frm

VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX" Begin VB.Form FrmRptYearUse Caption = "部门领用年度汇总表设置" ClientHeight = 2220 ClientLeft
www.eeworm.com/read/155408/11879600

frm frmrptmat.frm

VERSION 5.00 Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX" Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX" Begin VB.Form FrmRptMat Caption
www.eeworm.com/read/344114/11908338

cpp command.cpp

/******************************************************************** created: 2006/08/04 filename: Command.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Comman
www.eeworm.com/read/154252/11978266

asp admin_data.asp

www.eeworm.com/read/154129/11988532

sql 1.1_创建practicedb1数据库.sql

/* 1.1_创建PracticeDB1数据库.sql */ set nocount on /*设置nocount为ON*/ USE master /*使用master数据库*/ declare @dttm varchar(55) /*声明变量@dttm*/ select @dttm=convert(varchar,getdate(),113) raise
www.eeworm.com/read/154026/11994908

asp releasetopic.asp

轻舞飞扬--BBS
www.eeworm.com/read/154026/11994954

asp superdeluser.asp

轻舞飞扬--BBS
www.eeworm.com/read/342759/12001388

cpp execsql.cpp

#include #include #include using namespace std; void execute_command(MYSQL* connection, string command) { if (mysql_query(connection, command.c_str()) != 0