代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/109413/15557951
java hsqlsimpleapp.java
package src;
import java.sql.DriverManager;
import java.sql.Connection;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Properties;
www.eeworm.com/read/109412/15557959
java hsqlsimpleapp1.java
import java.sql.DriverManager;
import java.sql.Connection;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Properties;
public class Hsq
www.eeworm.com/read/109329/15559322
pas dws2variantfunctions.pas
{**********************************************************************}
{ }
{ "The contents of this file are subject to the M
www.eeworm.com/read/109123/15563275
java command.java
/******************************************************************************
* Filename :Command.java(interface)
* Description :Defines the behavior of a FileSystemShell command.
* The meth
www.eeworm.com/read/107488/15606072
c item.c
#include
void main(void)
{
int counter = 1; // Initialize the control variable
while (counter
www.eeworm.com/read/104928/15681184
wsf remex1.wsf
'remex1.wsf
Const WshFailed = 2
Set objController = CreateObject("WshController")
'create an instance of the remote object for script inv.vbs
'to execute on
www.eeworm.com/read/104928/15681255
vbs sol13-18.vbs
Const adCmdStoredProc = 4
Set objCmd = CreateObject("ADODB.Command")
Set objConn = CreateObject("ADODB.Connection")
' open the pubs data source
objConn.Open "Provider=SQLOLEDB.1;User ID=sa;Initia