-
Notifications
You must be signed in to change notification settings - Fork 18
/
READMEDT.HTM
119 lines (86 loc) · 6.36 KB
/
READMEDT.HTM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html public "-//W3C//DTD HTML 4.0 Draft//EN">
<html>
<HEAD>
<title>Microsoft Visual Database Tools Readme</title>
<meta name="MS-HAID" content="readmedt">
<BODY BGCOLOR="#FFFFFF" onclick="checkExpand()">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000" link="#0000FF" vlink="#660066">
</head>
<!----------------------------------------------------------------------------->
<!-- BEGIN JSCRIPT -->
<script language="JSCRIPT">
function checkExpand( )
{
if ("" != event.srcElement.id)
{
var ch = event.srcElement.id + "Child";
var el = document.all[ch];
if (null != el)
{
el.style.display = "none" == el.style.display ? "" : "none";
if (el.style.display != "none")
event.returnValue=false;
}
}
}
</script>
<!-- END JSCRIPT -->
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
<!-- BEGIN README INTRO -->
<h2>Microsoft Visual Database Tools Readme</h2>
<p>© 1998 Microsoft Corporation. All rights reserved. </p>
<p>Other product and company names herein may be the trademarks of their respective owners. </p>
<p> <i>Microsoft Visual Database Tools Readme</i> includes updated information for the documentation provided with Microsoft® Visual Studio™ -- Development System for Windows® and the Internet. The information in this document is more up-to-date than the information in the Help system. Many of the issues outlined in this document will be corrected in upcoming releases.</p>
<p>For <i>general installation issues</i> on the Visual Studio 6.0 suite of products, including side by side product installation for installing more than one Visual Studio product on the same computer, see the <a href="install.htm" title="Jumps to the installation readme (install.htm).">Installation Notes</a> readme (install.htm). For issues on the Help system, see <a href="readmeDN.htm" title="Jumps to readmeDN.htm">MSDN™, the Microsoft Developer Network Readme</a>.</p>
<!-- END README INTRODUCTION -->
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
<!-- BEGIN TOC -->
<h3><p>Contents <font color="#000000" size="2" face="Verdana,Arial,Helvetica">- Click any of the items below</font></p></h3>
<p><B>Note</B> Be sure all headings in the table of contents are expanded when you search this Readme for a topic. In this way, you will know when the search finds the topic among the TOC headings.</p>
<h5><a href="#dtwhatsnew">What's New in Microsoft Visual Database Tools</a></h5>
<h5><a class=ex href="#" title="Click to expand or collapse." id="dtissues">Known Issues</a></h5>
<div id="dtissuesChild">
<blockquote>
<blockquote>
<p><a href="#dt4341">Only the latest MS ODBC and OLE DB drivers are supported</a></p>
<p><a href="#dt8589">Incorrect data being displayed when connecting to an International Database</a></p>
<p><a href="#dt11241">SQL Server Service Pack 3 is required</a></p>
<h5>The following issues pertain to Microsoft® Visual Basic®</h5>
<p><a href="#dt7763">Running "Make Table" queries against Oracle databases</a></p>
<p><a href="#dt8394">Not all Query panes are displayed by default</a></p>
</blockquote>
</div>
<p> </p>
<!-- -->
<!-- END CONTENTS TOC -->
<!----------------------------------------------------------------------------->
<h3><a name="dtwhatsnew">What's New in Visual Database Tools</a></h3>
<p>
To find out about the features that are new to this version of the Visual Database Tools, look in the MSDN Library Visual Studio 6.0 documentation's table of contents for "What's New in Visual Database Tools," located in the Reference section of the Visual Studio Documentation node.</p>
<h3>Known Issues</h3>
<p>
The following issues are known in this release of the Visual Database Tools. For product-specific issues, refer to the readme for the appropriate product.</p>
<h4><a name="dt4341"></a>Only the latest MS ODBC and OLE DB drivers are supported</h4>
<p>Even though older drivers and third party drivers may work with the Visual Database Tools, the Visual Database Tools are only certified against the latest Microsoft ODBC and OLE DB drivers. If you are encountering unexpected behavior, verify that you are using the correct drivers.
</p>
<h4><a name="dt8589"></a>Incorrect data being displayed when connecting to an International Database</h4>
<p>If you are experiencing incorrect or invalid characters being displayed when connecting to an international database check to make sure that your machine's regional setting match those of the data.</p>
<h4><a name="dt11241"></a>SQL Server Service Pack 3 is required</h4>
<p>Using the Visual Database Tools against SQL Server 6.5 requires SQL Server Service Pack 3. Before using the Visual Database Tools, make sure that Service Pack 3 or greater has been installed on the server.</p>
<h3>The following issues pertain to Microsoft® Visual Basic®</h3>
<h4><a name="dt7763"></a>Running "Make Table" queries against Oracle databases</h4>
<p>"Make Table" queries run against an Oracle database using the Microsoft OLE DB provider for Oracle do not function correctly. Instead, use the Microsoft ODBC driver to create a connection to the database.
</p>
<h4><a name="dt8394"></a>Not all Query panes are displayed by default</h4>
<p>When opening a table using the Data View, you are actually opening the Query Designer with a "SELECT * FROM table" command. To open the Diagram, Grid, and SQL Panes in Visual Basic, from the <b>View</b> menu click <b>Show Panes</b>. This allows you to choose which panes you want to open and close.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</FONT></BODY>
</HTML>