File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: The vector data type stores vector data optimized for machine learn
4
4
author : WilliamDAssafMSFT
5
5
ms.author : wiassaf
6
6
ms.reviewer : damauri, pookam
7
- ms.date : 05/01 /2025
7
+ ms.date : 07/25 /2025
8
8
ms.update-cycle : 180-days
9
9
ms.service : sql
10
10
ms.subservice : t-sql
@@ -278,9 +278,9 @@ class Program
278
278
### [ JDBC] ( #tab/jdbc )
279
279
280
280
> [ !IMPORTANT]
281
- > Requires ** Microsoft JDBC Driver for SQL Server 13.1.0 Preview or later** for native vector type support.
281
+ > Requires ** Microsoft JDBC Driver for SQL Server 13.1.0 or later versions ** for native vector type support.
282
282
283
- Example of Insertion of ** vector** data into table
283
+ Example of insertion of ** vector** data into table:
284
284
285
285
``` java
286
286
@Test
@@ -315,7 +315,9 @@ public void getVectorData() throws SQLException {
315
315
}
316
316
}
317
317
```
318
- Example of selecting vector data from table
318
+
319
+ Example of selecting ** vector** data from a table:
320
+
319
321
``` java
320
322
@Test
321
323
public void getVectorData() throws SQLException {
You can’t perform that action at this time.
0 commit comments