代码搜索:MyDatabase
找到约 278 项符合「MyDatabase」的源代码
代码结果 278
www.eeworm.com/read/192685/8339758
html 10066.html
Re: 如何得知.mdb资料库内某资料表存不存在....
Re: 如何得知.mdb资料库内某资料表存不存在....
www.eeworm.com/read/420610/10786792
bas 查询封面.bas
Attribute VB_Name = "Module1"
Option Explicit
Public HzZyh As String
Public MyConnect As String
Public MyDatabase As String
Public CxKey As Integer
www.eeworm.com/read/332820/12725946
what's new in microsoft sql server 2000
作者:怡红公子
日期:00-6-26 上午 09:39:20
联合SQL 2000服务器(Federated SQL Server 2000 Servers)
可能大家都听说过集群服务器Clustered Server,但是在SQL 2000里面我却惊奇的发现,集群服务器不见了!取而代之的是一个叫联合服务器的东东。
现在就让我们来看看它们之间有什么区别吧。
SQL 2000的数据库能够被
www.eeworm.com/read/177679/9441616
cpp testdlg.cpp
// TestDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Test.h"
#include "TestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : publ
www.eeworm.com/read/458877/7286168
txt 原程序运行说明.txt
首先把data中的数据库添加到SQL企业管理器中,然后再用ODBC建一个数据源,连接添加的数据库。
数据源命名为mydatabase。
www.eeworm.com/read/410659/11272626
cpp testdlg.cpp
// TestDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Test.h"
#include "TestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : publ
www.eeworm.com/read/156867/11759776
txt 原程序运行说明.txt
首先把data中的数据库添加到SQL企业管理器中,然后再用ODBC建一个数据源,连接添加的数据库。
数据源命名为mydatabase。
www.eeworm.com/read/156320/11811376
ini mydbp.ini
[DBMS_PROFILES]
Profiles=mydb_pro
[Profile mydb_pro]
DBMS=ODBC
Database=
UserId=
DatabasePassword=
LogId=
LogPassword=
ServerName=
DBParm=ConnectString='DSN=mydatabase;UID=dba;PWD=sql'
Lock
www.eeworm.com/read/179636/9347101
cpp example.cpp
// Example.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Example.h"
#include "afxdao.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s