Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 73e5017

Browse files
committed
toc and link fixes
1 parent 0f40a6a commit 73e5017

3 files changed

Lines changed: 54 additions & 51 deletions

File tree

docs/TOC.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#SQL Server on linux
2+
## [Linux](linux\TOC.md)
3+
14
# ActiveX Data Objects (ADO)
25
## [ado](ado\TOC.md)
36
## [guide](ado\guide\TOC.md)

docs/odbc/reference/appendixes/connection-transitions.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
---
2-
title: "Connection Transitions | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.prod: "sql-non-specified"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "drivers"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "transitioning states [ODBC], connection"
14-
- "connection transitions [ODBC]"
15-
- "state transitions [ODBC], connection"
16-
ms.assetid: 6b6e1a47-4a52-41c8-bb9e-7ddeae09913e
17-
caps.latest.revision: 6
18-
author: "MightyPen"
19-
ms.author: "genemi"
20-
manager: "jhubbard"
21-
---
22-
# Connection Transitions
1+
---
2+
title: "Connection Transitions | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "01/19/2017"
5+
ms.prod: "sql-non-specified"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "drivers"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "transitioning states [ODBC], connection"
14+
- "connection transitions [ODBC]"
15+
- "state transitions [ODBC], connection"
16+
ms.assetid: 6b6e1a47-4a52-41c8-bb9e-7ddeae09913e
17+
caps.latest.revision: 6
18+
author: "MightyPen"
19+
ms.author: "genemi"
20+
manager: "jhubbard"
21+
---
22+
# Connection Transitions
2323
ODBC connections have the following states.
2424

2525
|State|Description|
@@ -192,7 +192,7 @@ ODBC connections have the following states.
192192

193193
|C0<br /><br /> No Env.|C1<br /><br /> Unallocated|C2<br /><br /> Allocated|C3<br /><br /> Need Data|C4<br /><br /> Connected|C5<br /><br /> Statement|C6<br /><br /> Transaction|
194194
|--------------------|------------------------|----------------------|----------------------|----------------------|----------------------|------------------------|
195-
|(IH)|(IH)|--[1] (08003)[2]|(HY010)|--|--|--|
195+
|IH|IH|--[1] 08003[2]|HY010|--|--|--|
196196

197197
[1] The *Attribute* argument was SQL_ATTR_ACCESS_MODE, SQL_ATTR_AUTOCOMMIT, SQL_ATTR_LOGIN_TIMEOUT, SQL_ATTR_ODBC_CURSORS, SQL_ATTR_TRACE, or SQL_ATTR_TRACEFILE, or a value had been set for the connection attribute.
198198

@@ -219,19 +219,19 @@ ODBC connections have the following states.
219219

220220
|C0<br /><br /> No Env.|C1<br /><br /> Unallocated|C2<br /><br /> Allocated|C3<br /><br /> Need Data|C4<br /><br /> Connected|C5<br /><br /> Statement|C6<br /><br /> Transaction|
221221
|--------------------|------------------------|----------------------|----------------------|----------------------|----------------------|------------------------|
222-
|(IH)|--|--|--|--|--|--|
222+
|IH|--|--|--|--|--|--|
223223

224224
## SQLGetFunctions
225225

226226
|C0<br /><br /> No Env.|C1<br /><br /> Unallocated|C2<br /><br /> Allocated|C3<br /><br /> Need Data|C4<br /><br /> Connected|C5<br /><br /> Statement|C6<br /><br /> Transaction|
227227
|--------------------|------------------------|----------------------|----------------------|----------------------|----------------------|------------------------|
228-
|(IH)|(IH)|(HY010)|(HY010)|--|--|--|
228+
|IH|IH|HY010|HY010|--|--|--|
229229

230230
## SQLGetInfo
231231

232232
|C0<br /><br /> No Env.|C1<br /><br /> Unallocated|C2<br /><br /> Allocated|C3<br /><br /> Need Data|C4<br /><br /> Connected|C5<br /><br /> Statement|C6<br /><br /> Transaction|
233233
|--------------------|------------------------|----------------------|----------------------|----------------------|----------------------|------------------------|
234-
|(IH)|(IH)|--[1] (08003)[2]|(08003)|--|--|--|
234+
|IH|IH|--[1] 08003[2]|08003|--|--|--|
235235

236236
[1] The *InfoType* argument was SQL_ODBC_VER.
237237

@@ -269,7 +269,7 @@ ODBC connections have the following states.
269269

270270
|C0<br /><br /> No Env.|C1<br /><br /> Unallocated|C2<br /><br /> Allocated|C3<br /><br /> Need Data|C4<br /><br /> Connected|C5<br /><br /> Statement|C6<br /><br /> Transaction|
271271
|--------------------|------------------------|----------------------|----------------------|----------------------|----------------------|------------------------|
272-
|(IH)|(IH)|--[1] (08003)[2]|(HY010)|--[3] (08002)[4] HY011[5]|--[3] (08002)[4] HY011[5]|--[3] and [6] C5[8] (08002)[4] HY011[5] or [7]|
272+
|IH|IH|--[1] 08003[2]|HY010|--[3] 08002[4] HY011[5]|--[3] 08002[4] HY011[5]|--[3] and [6] C5[8] 08002[4] HY011[5] or [7]|
273273

274274
[1] The *Attribute* argument was not SQL_ATTR_TRANSLATE_LIB or SQL_ATTR_TRANSLATE_OPTION.
275275

docs/odbc/reference/appendixes/statement-transitions.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
---
2-
title: "Statement Transitions | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.prod: "sql-non-specified"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "drivers"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "transitioning states [ODBC], statement"
14-
- "state transitions [ODBC], statement"
15-
- "statement transitions [ODBC]"
16-
ms.assetid: 3d70e0e3-fe83-4b4d-beac-42c82495a05b
17-
caps.latest.revision: 8
18-
author: "MightyPen"
19-
ms.author: "genemi"
20-
manager: "jhubbard"
21-
---
22-
# Statement Transitions
1+
---
2+
title: "Statement Transitions | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "01/19/2017"
5+
ms.prod: "sql-non-specified"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "drivers"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "transitioning states [ODBC], statement"
14+
- "state transitions [ODBC], statement"
15+
- "statement transitions [ODBC]"
16+
ms.assetid: 3d70e0e3-fe83-4b4d-beac-42c82495a05b
17+
caps.latest.revision: 8
18+
author: "MightyPen"
19+
ms.author: "genemi"
20+
manager: "jhubbard"
21+
---
22+
# Statement Transitions
2323
ODBC statements have the following states.
2424

2525
|State|Description|
@@ -83,7 +83,7 @@ ODBC statements have the following states.
8383

8484
|S0<br /><br /> Unallocated|S1<br /><br /> Allocated|S2–S3<br /><br /> Prepared|S4<br /><br /> Executed|S5–S7<br /><br /> Cursor|S8–S10<br /><br /> Need Data|S11–S12<br /><br /> Async|
8585
|------------------------|----------------------|------------------------|---------------------|----------------------|--------------------------|-----------------------|
86-
|IH|HY010|HY010|24000|See next table|HY010|NS [c] (HY010) o|
86+
|IH|HY010|HY010|24000|See next table|HY010|NS [c] HY010 o|
8787

8888
## SQLBulkOperations (Cursor States)
8989

@@ -232,7 +232,7 @@ ODBC statements have the following states.
232232

233233
|S0<br /><br /> Unallocated|S1<br /><br /> Allocated|S2–S3<br /><br /> Prepared|S4<br /><br /> Executed|S5–S7<br /><br /> Cursor|S8–S10<br /><br /> Need Data|S11–S12<br /><br /> Async|
234234
|------------------------|----------------------|------------------------|---------------------|----------------------|--------------------------|-----------------------|
235-
|(IH)|S4 [s] and [nr] S5 [s] and [r] S8 [d] S11 [x]|-- [e] and [1] S1 [e] and [2] S4 [s] and [nr] S5 [s] and [r] S8 [d] S11 [x]|-- [e], [1], and [3] S1 [e], [2], and [3] S4 [s], [nr], and [3] S5 [s], [r], and [3] S8 [d] and [3] S11 [x] and [3] 24000 [4]|See next table|(HY010)|NS [c] (HY010) [o]|
235+
|(IH)|S4 [s] and [nr] S5 [s] and [r] S8 [d] S11 [x]|-- [e] and [1] S1 [e] and [2] S4 [s] and [nr] S5 [s] and [r] S8 [d] S11 [x]|-- [e], [1], and [3] S1 [e], [2], and [3] S4 [s], [nr], and [3] S5 [s], [r], and [3] S8 [d] and [3] S11 [x] and [3] 24000 [4]|See next table|HY010|NS [c] HY010 [o]|
236236

237237
[1] The error was returned by the Driver Manager.
238238

0 commit comments

Comments
 (0)