代码搜索:oledb
找到约 6,723 项符合「oledb」的源代码
代码结果 6,723
www.eeworm.com/read/192186/8400341
cs datalink.cs
using System;
using System.Data.OleDb;
using System.Data;
using System.Configuration;
using System.Xml;
namespace personal
{
///
/// 一个超轻量级的数据处理类,分层开发的一次美丽测试!数据库ACCESS!
/// 2
www.eeworm.com/read/162700/10281374
bas module1.bas
Attribute VB_Name = "Module1"
'连接数据库的连接字符串
Public Function ConnectString() As String
'返回一个数据库连接的字符串
ConnectString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + _
App.Path + "\pr
www.eeworm.com/read/240436/13218514
bas module1.bas
Attribute VB_Name = "Module1"
'连接数据库的连接字符串
Public Function ConnectString() As String
'返回一个数据库连接的字符串
ConnectString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + _
App.Path + "\pr