代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/207882/15259766
bas declearation.bas
Attribute VB_Name = "Declearation"
Public CurrentUser As String
Public CurrentLine As String
Public CurrentBus As String
Public CurrentTicket As String
Public Logged As Boolean
Public objC
www.eeworm.com/read/206973/15284489
bas module.bas
Attribute VB_Name = "Module"
Public Function ExecuteSQL(sql As String) As ADODB.Recordset
Dim rst As ADODB.Recordset
Dim mycon As New ADODB.Connection
'定义ADO联接,并打开联接执行查询
mycon.Connect
www.eeworm.com/read/169400/5422023
cs connectionobject.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version: 1.1.4322.2032
//
// Chang
www.eeworm.com/read/474505/6810956
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public dbsBase As New ADODB.Connection
Public rstResultat As New ADODB.Recordset
Public ca As Single
Public path, fournisseur, reste, conectString
www.eeworm.com/read/473129/6856718
cs class1.cs
using System;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
namespace chaxun
{
///
/// Class1 的摘要说明。
///
public class Class1
{
publ
www.eeworm.com/read/471968/6884596
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
Public conn As New ADODB.Connection
Public
www.eeworm.com/read/295194/8181136
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public con As ADODB.Connection
Public UserName As String
Public OldPassword As String
Public Right1 As String
Public ConnectionString As String
Glo
www.eeworm.com/read/394555/8218530
bas declearation.bas
Attribute VB_Name = "Declearation"
Public CurrentUser As String
Public CurrentLine As String
Public CurrentBus As String
Public CurrentTicket As String
Public Logged As Boolean
Public objC
www.eeworm.com/read/393720/8268696
bas publicvar.bas
Attribute VB_Name = "PublicVar"
Public LoginSucceeded As Boolean '用户登录标志
Public UserID As String '用户ID
Public ConnectionString As String '数据库连接字符串
Public UserName As String '用户名称
Public Declar