git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
304 lines
7.0 KiB
HTML
304 lines
7.0 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0 Transitional//en">
|
|
<html>
|
|
<head>
|
|
<title>SQL Server Data Access Components Readme</title>
|
|
<meta http-equiv="Content-Type" content="text/html">
|
|
<style>
|
|
body {
|
|
overflow: hidden;
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
background: #ffffff;
|
|
color: #000000;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 70%;
|
|
width: 100%;
|
|
}
|
|
p
|
|
{
|
|
margin: .5em 0em .5em 0em;
|
|
}
|
|
ol, ul
|
|
{
|
|
margin-top: .5em;
|
|
}
|
|
li
|
|
{
|
|
margin-bottom: .5em;
|
|
}
|
|
ul p, ol p, dl p
|
|
{
|
|
margin-left: 0em;
|
|
}
|
|
blockquote.dxOverload
|
|
{
|
|
margin: .5em 1.5em .5em 1.5em;
|
|
}
|
|
h1, h2, h3, h4
|
|
{
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
margin-bottom: .4em;
|
|
margin-top: 1em;
|
|
font-weight: bold;
|
|
}
|
|
h1
|
|
{
|
|
font-size: 120%;
|
|
margin-top: 0em;
|
|
}
|
|
h2
|
|
{
|
|
font-size: 130%;
|
|
}
|
|
h3
|
|
{
|
|
font-size: 115%;
|
|
}
|
|
h4
|
|
{
|
|
font-size: 100%;
|
|
}
|
|
.dxH1, .dxH2, .dxH3, .dxH4
|
|
{
|
|
margin-left: -18px;
|
|
}
|
|
A
|
|
{
|
|
color: #0000FF;
|
|
}
|
|
A:link
|
|
{
|
|
color: #0000FF;
|
|
}
|
|
A:active
|
|
{
|
|
color: #000080;
|
|
}
|
|
A:visited
|
|
{
|
|
color: #800080;
|
|
}
|
|
A:hover
|
|
{
|
|
color: #FF0000;
|
|
}
|
|
pre
|
|
{
|
|
font-family: Courier New;
|
|
font-size: 9pt;
|
|
color: #000060;
|
|
margin-top: 0px;
|
|
}
|
|
code, p.example, p.sourcecode, table.sourcecode, tr.sourcecode, td.sourcecode
|
|
{
|
|
font-family: Courier New;
|
|
font-size: 9pt;
|
|
color: #000060;
|
|
}
|
|
div#pagetop {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #99ccff;
|
|
height: 44;
|
|
width: 100%;
|
|
border-bottom: 1px solid #999999;
|
|
}
|
|
div#pagebody {
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 5px 10px 0px 22px;
|
|
height: 90%;
|
|
width: 100%;
|
|
overflow: auto;
|
|
background-color: #FFFFFF;
|
|
vertical-align: top;
|
|
}
|
|
table#BannerTable
|
|
{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-collapse:collapse;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
table#BannerTable td
|
|
{
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
tr#BannerTopRow
|
|
{
|
|
font-style: italic;
|
|
font-size: 70%;
|
|
}
|
|
tr#BannerTopRow td
|
|
{
|
|
padding-top: 4px;
|
|
}
|
|
tr#Banner2ndRow
|
|
{
|
|
font-weight: bold;
|
|
font-size: 80%;
|
|
}
|
|
tr#Banner2ndRow td
|
|
{
|
|
padding-bottom: 4px;
|
|
}
|
|
table.filtereditemlisttable, table.xmldoctable
|
|
{
|
|
width: 95%;
|
|
margin-top: .6em;
|
|
margin-bottom: .3em;
|
|
border-width: 1px 1px 0px 0px;
|
|
border-style: solid;
|
|
border-color: #999999;
|
|
background-color: #999999;
|
|
font-size: 100%;
|
|
border-collapse:collapse;
|
|
}
|
|
table.filtereditemlisttable th, table.filtereditemlisttable td, table.xmldoctable th, table.xmldoctable td
|
|
{
|
|
border-width: 0px 0px 1px 1px;
|
|
border-style: solid;
|
|
border-color: #999999;
|
|
padding: 4px 6px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
table.filtereditemlisttable th, table.xmldoctable th
|
|
{
|
|
background: #cccccc;
|
|
vertical-align: bottom;
|
|
}
|
|
table.filtereditemlisttable td, table.xmldoctable td
|
|
{
|
|
background-color: #ffffff;
|
|
vertical-align: top;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
|
|
var Engine;
|
|
var enOpera = 'Opera';
|
|
var enIE = 'IE';
|
|
var enGecko = 'Gecko';
|
|
|
|
function TestEngine()
|
|
{
|
|
if (document.all) {
|
|
if (window.opera) {
|
|
Engine = enOpera;
|
|
}
|
|
else {
|
|
Engine = enIE;
|
|
}
|
|
}
|
|
else {
|
|
Engine = enGecko;
|
|
}
|
|
}
|
|
|
|
|
|
function AdjustContentSize()
|
|
{
|
|
var cDiv = document.getElementById("pagebody");
|
|
if ((Engine == enGecko)||(Engine == enOpera))//amend padding
|
|
{
|
|
var w = document.body.clientWidth;
|
|
cDiv.style.width = w - 32;
|
|
}
|
|
var h = document.body.clientHeight;
|
|
var diff = 44;
|
|
if ((Engine == enGecko)||(Engine == enOpera)) diff = diff + 6;
|
|
cDiv.style.height = h - diff;
|
|
}
|
|
|
|
|
|
function Startup()
|
|
{
|
|
//add startup code here
|
|
}
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
<body onresize="AdjustContentSize()" onload="Startup()">
|
|
|
|
<div id="pagetop">
|
|
<table id="BannerTable">
|
|
<tr id="BannerTopRow">
|
|
<td>SQL Server Data Access Components</td>
|
|
<td align="right">sdac@crlab.com</td>
|
|
</tr>
|
|
<tr id="Banner2ndRow">
|
|
<td>Readme</td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="pagebody">
|
|
<!-- begin content -->
|
|
|
|
<h4 class="dxH4">Product Description</h4>
|
|
|
|
<p>
|
|
SQL Server Data Access Components (SDAC) is a library of components that provides access to the Microsoft SQL Server databases. SDAC connects to SQL Server directly through OLE DB, which is a native SQL Server interface. The SDAC library is designed to help programmers develop faster and cleaner SQL Server database applications. SDAC is a complete replacement for standard SQL Server connectivity solutions and presents an efficient alternative to the Borland Database Engine for access to SQL Server.
|
|
</p>
|
|
|
|
<h4 class="dxH4">Requirements</h4>
|
|
|
|
<p>
|
|
In most cases the only OLE DB is reqired to be installed on the workstation. In the current versions of Microsoft Windows, as Windows 2000, OLE DB is already included as a standard package. But it is highly recommended to download the latest version (newer than 2.5) of Microsoft Data Access Components (MDAC) that include OLE DB at <A HREF="http://www.microsoft.com/data">http://www.microsoft.com/data</A>.
|
|
</p>
|
|
|
|
<h4 class="dxH4">Installation</h4>
|
|
|
|
<p>
|
|
Compiled versions of SDAC are installed automatically by the SDAC Installer for all supported IDEs. Versions of SDAC with Source Code must be installed manually. For more information, see the Installation topic of the SDAC Help documentation.
|
|
</p>
|
|
|
|
<p>
|
|
It is important to know that ODAC, SDAC, MyDAC, and IBDAC components use the
|
|
common base packages, so product compatibility is provided for the current build only.
|
|
In the other words, if you upgrade one of the installed products, it
|
|
may conflict with older builds of other products. In order to continue using
|
|
the products simultaneously, you should upgrade all of them at the same time.
|
|
</p>
|
|
|
|
<h4 class="dxH4">Documentation and informational resources</h4>
|
|
|
|
<p>
|
|
|
|
SDAC comes with full documentation, which includes a detailed reference for all the SDAC components and classes and set of articles
|
|
that highlight SDAC advanced functionality.
|
|
The SDAC documentation is integrated into your IDE at install time.
|
|
It can be invoked from the SQL Server menu added to the Menu Bar, or by pressing F1 in an object inspector or on a selected code segment.
|
|
<!-- You can also download the documentation in <b>chm</b>
|
|
format from <a href="http://crlab.com/sdac/download.html" target="_blank">our site</a>. -->
|
|
</p>
|
|
|
|
<p>
|
|
If you have a question regarding SDAC, look at the list of
|
|
<a href="FAQ.html">Frequently Asked Questions</a> or visit the SDAC forum online at
|
|
<a href="http://crlab.com/forums/viewforum.php?f=6" target="_blank">http://crlab.com/forums/viewforum.php?f=6</a>.
|
|
</p>
|
|
|
|
<p>
|
|
If your problem is not covered in the documentation, FAQ, or forum, refer to the Getting Support topic in SDAC help
|
|
for information on how to contact the SDAC support team.
|
|
</p>
|
|
|
|
<!-- end content -->
|
|
|
|
<p> </p><p> </p><hr size=1>
|
|
<p>© 1997-2007 Core Lab. All rights reserved.</p>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
TestEngine();
|
|
AdjustContentSize();
|
|
</script>
|
|
</body>
|
|
</html> |