代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/192685/8362558
txt dataenvironment中数据库的路径可否动态设定.txt
Dim strConn As String
strConn = "Provider=Microsoft.Jet.OLEDB.3.51;" & _
"Data Source=" & App.Path & "\Data\MyDB.mdb;"
DataEnvironment1.Connection1.ConnectionString = strCo
www.eeworm.com/read/192685/8362703
txt 如何把单机程序改成网络版.txt
将 你 现 有 的 程 序 改 为 网 络 版 , 最 重 要 的 地 方 就 是 如 何 与 服 务 器 的 数 据 库 建 立 connection。 在 NT下 有 两 种 方 式 : 文 件
共 享 和 通 过 ODBC。 在 可 靠 性 要 求 很 高 的 程 序 里 , 文 件 共 享 的 方 式 是 不 可 取 的 。 建 议 采 用 ODBC的 方 式 , 你 可 以
www.eeworm.com/read/192685/8366847
txt activex控件的对象属性为什么没有出现在属性窗口中.txt
ADODB.Connection类 型 并 不 是 ActiveX控 件 的 标 准 类 型 , 而 属 于 对 象 类 型 , 如 果 一 个 对 象 属 性 出 现 在 属 性 窗 口 中 , 则 Property Get函 数 在 设 计 时 必 须 返 回 一 个 字 符 串 , 这 个 字 符 串 将 出 现 在 Visual Basic的 属 性 窗 口 中 。 例 如 Picture
www.eeworm.com/read/192318/8386479
pas unit3.pas
unit Unit3;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDataModule1 = class(TDataModule)
ADOConnection1: TADOConnection;
ADOTable1: TADOTable;
ADOQuery1: TADOQuery
www.eeworm.com/read/391451/8403415
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
Dim strconn As String = "data source=.;initial catalog=weboy;user id= sa;password=;"
Dim objds As New Data.DataSet
Dim objda A
www.eeworm.com/read/291475/8416310
txt 源码必读.txt
品杰电子商务购物平台系统源码
网上购物商城,它属于BtoC电子商务网站平台,它能够直接绕过中介(如批发商、销售商或经销商)建立与客户的直接关系。该网站可以为用户提供商品的详细信息,用户可以在线购买商品,确定镇定的订单;同时提供关于商品或电子零销商的选择建议等等。网上购物平台使得人们的购买变的更方便、更加容易。
前台功能模块有: 热销商品 订单管理 购物车 ...
www.eeworm.com/read/391109/8421303
frm f数据库连接.frm
VERSION 5.00
Begin VB.Form F数据库连接
BorderStyle = 1 'Fixed Single
Caption = "数据库连接"
ClientHeight = 2715
ClientLeft = 45
ClientTop = 435
Cli