代码搜索:库元件

找到约 10,000 项符合「库元件」的源代码

代码结果 10,000
www.eeworm.com/read/242302/13077707

txt 实时错误 “3011”:microsoft jet数据库引擎找不到对象.txt

你 的 Select语 句 有 错 误 。 我 想 你 的 “ 单 位 ” 字 段 是 字 符 型 , 正 确 的 语 句 应 该 是 : a = "SELECT * FROM 状 况 WHERE 单 位 ='" +cj +"'"
www.eeworm.com/read/242302/13077811

txt 多次操作后数据库文件尺寸大大增加.txt

只能使用CompactDatabase方法压缩数据库。如: DBEngine.CompactDatabase "C:\My Documents\MyDB.mdb", _ "C:\My Documents\Test.MDB", dbLangGeneral, dbVersion30, _ ";pwd=MyPassword1"
www.eeworm.com/read/242302/13077916

txt vb提示“不能识别的数据库文件格式”.txt

Visual Basic 4.0只支持FoxPro 2.6以前的版本,不能识别Visual FoxPro 3.0的数据库。Visual Basic 5.0支持Visual FoxPro 3.0的数据库。看来,你需要升级软件的版本。另一个办法是使用支持Visual FoxPro 3.0的数据库的ODBC驱动程序,你可以下载ftp://ftp.microsoft.com/Softlib/MSLFILE
www.eeworm.com/read/242302/13077922

txt ado对如何对access数据库进行压缩和修理.txt

你 需 要 升 级 到 VB 6SP3(“VB中的sp2,sp3,企业版这三种各代表什么含义”), 因 为 这 个 版 本 提 供 Jet 4.0支 持 在 ADO中 使 用 CompactDatabase。 如 : Dim jro As jro.JetEngine Set jro = New jro.JetEngine jro.CompactDataba
www.eeworm.com/read/242302/13077979

txt 使用oracle数据库,经常出现超过最大进程数.txt

注 意 每 次 操 作 结 束 后 要 关 闭 与 server间 的 连 接 。
www.eeworm.com/read/242302/13078101

txt 如何编程创建access数据库并加上密码保护.txt

可 以 这 样 做 : Set wspDefault = DBEngine.Workspaces(0) ' Create new, encrypted database. Set dbs = wspDefault.CreateDatabase("Newdb.mdb", _ dbLangGeneral & ";pwd=NewPassword",
www.eeworm.com/read/242302/13078628

txt 推荐一些好的数据库表格打印控件.txt

现 在 几 乎 所 有 数 据 库 表 格 控 件 (除 了 VB自 身 的 DBGrid)都 带 有 打 印 和 预 览 功 能 , 象 True DBGrid Pro(http://www.apexsc.com/)、 Farpoint Spread(http://www.fpoint.com/)、 Janus Grid和 国 产 的 Cell(http://www.trustsoft.com)
www.eeworm.com/read/242302/13079001

txt 怎样才能把mdb数据库追加到datagrid里.txt

DataGrid必 须 和 ADO数 据 控 件 (ADODC)或 ADODB.Recordset一 同 使 用 , 而 不 能 和 Data控 件 或 RDO控 件 一 同 使 用 。 1、 先 在 工 程 中 添 加 ADO Data Control。 2、 在 窗 体 上 放 置 一 个 ADO Data Control( ADODC1) , 修 改 Connecti