代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13353773
test rpl_trigger.test
#
# Test of triggers with replication
# Adding statement include due to Bug 12574
# TODO: Remove statement include once 12574 is patched
--source include/have_binlog_format_statement.inc
source inclu
www.eeworm.com/read/323119/13353924
test federated_transactions.test
# should work with embedded server after mysqltest is fixed
-- source include/not_embedded.inc
source include/have_bdb.inc;
source include/federated.inc;
connection slave;
DROP TABLE IF EXISTS federa
www.eeworm.com/read/323119/13353960
test rpl_bit.test
#############################################################################
# Original Author: JBM #
# Original Date: Sept/15/2005
www.eeworm.com/read/323119/13354195
test rpl_row_stop_middle_update.test
-- source include/have_binlog_format_row.inc
-- source include/have_debug.inc
-- source include/master-slave.inc
# master is asked to create small Rows events: if only one event is
# created, stoppin
www.eeworm.com/read/323119/13354308
test rpl_000012.test
# drop table t1 t2 t3 are included int master-slave.inc
# Like rpl000013, meaningful only in statement-based:
-- source include/have_binlog_format_statement.inc
# Should work on both stm and row
-- so
www.eeworm.com/read/136750/13363217
cpp tcp_srve.cpp
// tcp_srve.cpp
//
// Copyright (c) 1999 Symbian Ltd. All rights reserved.
//
//////////////////////////////////////////////
//
// Engine code for tcp_srv. The interesting part
// of the engi
www.eeworm.com/read/136518/13373357
bas mdlpublic.bas
Attribute VB_Name = "mdlPublic"
'--------------------------------
'时间:2001.11.12
'版权:北京用友软件股份有限公司
'设计:章景峰
'编码:章景峰
'说明:U8资金管理---数据对象
'--------------------------------
Option Explicit
Public
www.eeworm.com/read/136518/13373388
bas mdlpublic.bas
Attribute VB_Name = "mdlPublic"
'--------------------------------
'时间:2001.11.12
'版权:北京用友软件股份有限公司
'设计:章景峰
'编码:章景峰
'说明:U8资金管理---业务对象
'--------------------------------
Option Explicit
Public co
www.eeworm.com/read/136394/13380095
cpp salary.cpp
// Salary.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Salary.h"
#include "SalaryDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/322276/13383783
bas module1.bas
Attribute VB_Name = "Module1"
Public Function TransactSQL(ByVal sql As String) As ADODB.Recordset
Dim con As ADODB.Connection
Dim rs As ADODB.Recordset
Dim strConnection As String
Dim s