代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/481068/6657358
~pas unit5.~pas
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DBCtrls, ExtCtrls, DB, DBTables, Grids, DBGrids, Mask,
ADODB;
www.eeworm.com/read/481068/6657383
pas unit5.pas
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DBCtrls, ExtCtrls, DB, DBTables, Grids, DBGrids, Mask,
ADODB;
www.eeworm.com/read/406832/11434905
cs accessdata.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Windows.Forms;
using System.EnterpriseServices;
[Transaction(TransactionOption.Required),
JustInTimeActivation(true),
www.eeworm.com/read/148702/12439599
cs appconst.cs
using System;
namespace IPP.SMS
{
///
/// Summary description for AppConst.
///
public class AppConst
{
public AppConst()
{
}
#region 系统中判断未赋值的判断,只可以
www.eeworm.com/read/121832/14736563
~dfm u_pub_data.~dfm
object F_pub_data: TF_pub_data
Left = 229
Top = 132
Width = 348
Height = 230
Caption = 'F_pub_data'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/121832/14736577
dfm u_pub_data.dfm
object F_pub_data: TF_pub_data
Left = 229
Top = 132
Width = 348
Height = 230
Caption = 'F_pub_data'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/300831/13890497
bas publicvar.bas
Attribute VB_Name = "PublicVar"
Public LoginSucceeded As Boolean '用户登录标志
Public UserID As String '用户ID
Public User_Type As String '保存用户类型
Public ConnectionString As String