代码搜索:oledb
找到约 6,723 项符合「oledb」的源代码
代码结果 6,723
www.eeworm.com/read/108990/15569005
vb userreg.aspx.vb
Imports System.Data
Imports System.Data.OleDb
Public Class WebForm2
Inherits System.Web.UI.Page
#Region " Web 窗体设计器生成的代码 "
'该调用是 Web 窗体设计器所必需的。
www.eeworm.com/read/107485/15606339
sql linkedserverdemo19.sql
/*
文件名称:LinkedServerDemo19.sql
*/
-- 将 Access 数据库「北风贸易公司.mdb」中之「客户」数据表的数据记录返回
SELECT a.*
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'C:\T-SQL\D
www.eeworm.com/read/192685/8362270
txt 有什么比较好的方法能连接到excel表上面去.txt
可以使用ado直接调用EXCEL的数据,而不需要使用ACCESS。
Dim oConn As New ADODB.Connection
Dim oRS As New ADODB.Recordset
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\Book1.xls
www.eeworm.com/read/377230/9286833
cs shujuku.cs
///作者:魏宝辉
///网址:http://www.weibaohui.com
///版权所有,转载请注明
///首发于51-a-s-p-x
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.OleDb;
using System.Data;
using S
www.eeworm.com/read/168629/9904120
vb form1.vb
Imports System
Imports System.Data
Imports System.Drawing
Imports System.Data.OleDb
'引入需要的名称空间,特别是最后一个,是必需的。
Public Class Form1
Inherits System.Windows.Forms.Form
Private IsStar As Bo