代码搜索:MyDatabase

找到约 278 项符合「MyDatabase」的源代码

代码结果 278
www.eeworm.com/read/159432/10650378

txt readme.txt

======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : MyDatabase ======================================================================
www.eeworm.com/read/415935/11047458

txt 数据库配置.txt

ACCESS数据文件 ODBC 名称jdbc:odbc:MyDatabase
www.eeworm.com/read/192685/8362175

txt 如何以ado方式打开表单时获得表单所有的字段数目.txt

确 定 字 段 的 数 目 用 ADO Ext Object Module或 SQL-DMO(SQL Server)。 用 SQLOLE或 SQL-DMO: Dim MyServer As SQLOLE.SQLServer Dim MyDatabase As SQLOLE.Database Dim MyTable As SQLOLE.Table
www.eeworm.com/read/365079/9879928

bas data.bas

Attribute VB_Name = "data" Public Declare Function FindFirstFile Lib "kernel32" Alias "FindFirstFileA" (ByVal lpFileName As String, lpFindFileData As WIN32_FIND_DATA) As Long Public Const INVALID_
www.eeworm.com/read/242302/13077649

txt 如何以ado方式打开表单时获得表单所有的字段数目.txt

确 定 字 段 的 数 目 用 ADO Ext Object Module或 SQL-DMO(SQL Server)。 用 SQLOLE或 SQL-DMO: Dim MyServer As SQLOLE.SQLServer Dim MyDatabase As SQLOLE.Database Dim MyTable As SQLOLE.Table
www.eeworm.com/read/244873/6290086

cs form1.designer.cs

namespace SQLserver { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer compone
www.eeworm.com/read/127767/14336629

txt e237. connecting to a sqlserver database.txt

This example connects to a SQLServer database using the NetDirect JDBC driver. For information about this driver, see e232 Getting JDBC Drivers for a Database. Connection connection = null;
www.eeworm.com/read/127767/14336757

txt e236. connecting to a mysql database.txt

This example connects to a MySQL database using the MM JDBC driver for MySQL. You need to have an account in MySQL database to run this example. To create an account, you can connect to MySQL database
www.eeworm.com/read/114100/15111262

txt 如何以ado方式打开表单时获得表单所有的字段数目.txt

确 定 字 段 的 数 目 用 ADO Ext Object Module或 SQL-DMO(SQL Server)。 用 SQLOLE或 SQL-DMO: Dim MyServer As SQLOLE.SQLServer Dim MyDatabase As SQLOLE.Database Dim MyTable As SQLOLE.Table