代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/441767/7665613
h connection.h
#ifndef CONNECTION_H
#define CONNECTION_H
#include
inline bool createOneConnection(const QString &name)
{
QSqlDatabase *db;
if (name.isEmpty())
db = QSqlDatabase::ad
www.eeworm.com/read/437902/7739991
java connection.java
/*
* 创建日期 2005-3-18
*
* 更改所生成文件模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
package chinesechess.message.support;
/**
* @author Administrator
*
* 更改所生成类型注释的模板为
* 窗口 > 首选项 > Java > 代码生
www.eeworm.com/read/435073/7797741
png connection.png
www.eeworm.com/read/399668/7843065
cpp connection.cpp
#include "stdafx.h"
#define __OCICPP_INTERNAL_USE_
#include "Connection.h"
/*! \class OCICPP::Connection
\brief Encapsulate a connection to a database instance
By creating a connection
www.eeworm.com/read/399668/7843150
h connection.h
#ifndef __CONNECTION_H_
#define __CONNECTION_H_
#include "ocicpp.h"
#include "Cursor.h"
#include "BFile.h"
#include "AQQueue.h"
using std::string;
#if ( OCILIBVERMAJOR>=8 && OCILIBVERMI
www.eeworm.com/read/399668/7843216
o connection.o
www.eeworm.com/read/298733/7941512
cpp connection.cpp
#include "StdAfx.h"
#include "connection.h"
CCONNECTION::CCONNECTION(void)
{
}
CCONNECTION::~CCONNECTION(void)
{
}
void CCONNECTION::Initialize()
{CoInitialize(NULL); //初始化OLE/COM库环
www.eeworm.com/read/298733/7941578
h connection.h
#pragma once
#include "afxcmn.h"
#define DATASOURCE "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=教学管理系统.mdb"
#define USER ""
#define PW ""
#import "c:\program files\common files\system\ado\msado
www.eeworm.com/read/196270/8103399
cs connection.cs
using System;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
namespace WebApplication8.firstPage
{
///
/// Connection 的摘要说明。
///
publ
www.eeworm.com/read/247123/12681380