代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/335619/12511963
bas const.bas
Attribute VB_Name = "Const"
'版本号
Public Const VerNum As String = "版本 1.0"
'生成日期
Public Const GenDate As String = "日期 2005-11-25"
'定义数据库连接字符串
Public Const Conn As String = "Provider=Microsoft.Jet
www.eeworm.com/read/106000/15649426
bas moddemo.bas
Attribute VB_Name = "modDemo"
Option Explicit
Public g_DBcon As New ADODB.Connection
Global g_DBrs As New ADODB.Recordset
Public Sub main()
frmLogin.Show
End Sub
Public Function QueryDa
www.eeworm.com/read/123865/6056887
h cerda.h
// CERDA.h: interface for the CCERDA class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CERDA_H__AE3C3355_7EEE_4763_BB9F_218C9D9EF4E6__INCLUDED_)
#
www.eeworm.com/read/478668/6712957
cs settings.designer.cs
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.832
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,
www.eeworm.com/read/173135/9671986
h haframework.h
/*******************************************************************
* *
* userdef.h
www.eeworm.com/read/382518/9023229
asax global.asax
void Application_Start(object sender, EventArgs e)
{
// 在应用程序启动时运行的代码
string connectionstring = "Provider=Mi