INFO: Readmedt.htm: Microsoft Visual Database Tools Readme
ID: Q166885
|
The information in this article applies to:
-
Microsoft Visual Database Tools, version 1.0
-
Microsoft Visual InterDev, version 1.0
SUMMARY
Microsoft Visual Database Tools Readme
(c) Copyright Microsoft Corporation, 1997. All rights reserved.
This document provides late-breaking or other information that supplements
the Microsoft Visual Database Tools documentation.
MORE INFORMATIONContents
- Database Designer
- Query Designer
- Installation Issues
- Handling Communication and TDS Protocol errors in Microsoft SQL Server
Database Designer
Printing a Database Diagram:
You can print a database diagram on any printer that supports raster
graphics. Diagrams print at the current zoom level. If you want to enlarge
or reduce your diagram, select a different zoom setting.
To print a database diagram:
- From the File menu, click Print.
- In the Print dialog box, select a printer from the Name list. You can also set any of the other available print options. For information about each option, click the What's This button in the top-right corner of the dialog box, and then click the field that you want to see information about.
- Click OK.
The tables and relationships that appear in your diagram will print exactly
as shown on the screen with one exception: all of the tables in your
diagram appear in their selected state in your printout for better
contrast.
Query Designer
You can update data in the Results Pane of the Query Designer if:
- The primary key column(s) have been included in your query for output.
CAUTION: If a table in your query uses a compound key (more than one column
is used to make up the unique key for each row), you must include all parts
of the key in the query. If the result set does not include all columns
required for the compound key, any updates that you make in the Results
pane might change more than one row in the table without warning.
- The ODBC driver for the data source you're querying against supports SQLPrimaryKeys(). Such drivers include Microsoft SQL Server[ASCII 153], Microsoft Access, Microsoft Visual FoxPro[ASCII 153] v. 3.0 and later, and Oracle.
Installation Issues
You must install the Microsoft(R) SQL Server(TM) 6.5 Service Pack 1 or
later to run the Database Designer. For best performance, we recommend
Service Pack 2.
Handling Communication and TDS Protocol Errors in Microsoft SQL Server
You can get a TDS Protocol error or a Communications Link Failure when
you're working against Microsoft(R) SQL Server(TM) under certain
conditions, including running SQL Trace against the server.
If such a problem occurs, right-click the data connection in Data View and
select Refresh from the shortcut menu. If you find that the problem is
caused by SQL Trace, close SQL Trace and then refresh the connection.
REFERENCES
Readmedt.htm
For the latest Knowledge Base articles and other support information on
Visual InterDev and Active Server Pages, see the following page on the
Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/
Keywords : kbreadme kbnokeyword kbVisDBTools kbVisID kbGrpASP
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbinfo
|