代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/114100/15110569
txt 如何用程序建立索引.txt
你可以使用SQL语句来实现。例如:
DBconnect.execute("CREATE INDEX ...")
www.eeworm.com/read/114100/15111211
txt ado执行refresh语句说对象未打开.txt
你 的 SQL语 句 虽 然 看 起 来 正 确 , 但 是 RecordSource属 性 中 只 能 使 用 SELECT语 句 。 如 果 要 执 行 其 它 SQL语 句 , 必 须 使 用 Execute方 法 。
www.eeworm.com/read/174098/9607245
txt readme.txt
--- RELEASE NOTES ---
Date: 22 September 2006
Execute Query is an operating system independent database utility.
Execute Query Version 3.0final Build 5054
-----------------------------------------
www.eeworm.com/read/247688/12630463
java command.java
public interface Command {
public void Execute();
public void unDo();
}
www.eeworm.com/read/112400/15487651
txt rfc141.txt
Network Working Group E. F. Harslem
Request for Comments: 141 J. F. Haefner
NIC 6726
www.eeworm.com/read/110293/15537123
txt rfc141.txt
Network Working Group E. F. Harslem
Request for Comments: 141 J. F. Haefner
NIC 6726
www.eeworm.com/read/106679/15628822
txt rfc141.txt
Network Working Group E. F. Harslem
Request for Comments: 141 J. F. Haefner
NIC 6726
www.eeworm.com/read/102720/15761959
2 chmod.2
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/119154/14838227
def gsdll2.def
LIBRARY GSDLL2 INITINSTANCE TERMINSTANCE
DESCRIPTION 'Ghostscript DLL'
DATA MULTIPLE NONSHARED
EXPORTS
gsdll_revision @1
gsdll_init @2
gsdll_execute_begin @3
gsdll_execute_cont @4
www.eeworm.com/read/192685/8361174
txt 使用sql语句时,为什么说“缺少语句结束”和“缺少case ”.txt
VB中 不 能 象 VFP和 PB那 样 内 嵌 SQL语 句 , 它 使 用 SQL语 句 必 须 先 建 立 Database对 象 , 然 后 使 用 OpenRecordset方 法 执 行 SELECT语 句 , 使 用 Execute方 法 执 行 其 他 SQL语 句 。