代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/354464/10353454
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,sqlapi,registry, ComCtrls, ExtCtrls, Menus, ImgList,
Grids, Butto
www.eeworm.com/read/419317/10875708
cpp global.cpp
// Global.cpp: implementation of the CGlobal class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "libraryMS.h"
#include "Global.h"
#in
www.eeworm.com/read/459010/7284281
txt 考试系统说明.txt
功能介绍:
系统功能齐全,人工组卷,自动评卷,题库维护,新闻发布,论坛,留言,个人信息维护
用户分为四类:超级管理员,院系管理员,老师,考生
老师只能组和录自己所带课程的试卷和试题及维护
考生由系统搜索当前属于本专业本年级的考题进行答卷
老师可设置试卷的相关属性如考试日期,失效日期,,试卷分数,试卷名称,试卷题型等
系统要求:
采用浏览器最好为IE,firefox也支持,但效果不 ...
www.eeworm.com/read/451577/7461543
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
www.eeworm.com/read/330899/12861910
bas global.bas
Attribute VB_Name = "Module1"
Option Explicit
'连接数据库的全局变量
Global str_CS As String
Global str_RS As String
Global Ado_Conn As ADODB.Connection
Global Ado_RS As ADODB.Recordset
'传递参数的全局变量
Gl
www.eeworm.com/read/329149/12974481
bas global.bas
Attribute VB_Name = "Module1"
Option Explicit
'连接数据库的全局变量
Global str_CS As String
Global str_RS As String
Global Ado_Conn As ADODB.Connection
Global Ado_RS As ADODB.Recordset
'传递参数的全局变量
Gl
www.eeworm.com/read/139881/13124398
~dfm dmm2.~dfm
object Dm: TDm
OldCreateOrder = False
Left = 342
Top = 169
Height = 150
Width = 215
object Database1: TDatabase
AliasName = 'dd'
DatabaseName = 'aa'
LoginPrompt = Fals