File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
44author : WilliamDAssafMSFT
55ms.author : wiassaf
66ms.reviewer : damauri, pookam
7- ms.date : 05/01 /2025
7+ ms.date : 07/25 /2025
88ms.update-cycle : 180-days
99ms.service : sql
1010ms.subservice : t-sql
@@ -278,9 +278,9 @@ class Program
278278### [ JDBC] ( #tab/jdbc )
279279
280280> [ !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.
282282
283- Example of Insertion of ** vector** data into table
283+ Example of insertion of ** vector** data into table:
284284
285285``` java
286286@Test
@@ -315,7 +315,9 @@ public void getVectorData() throws SQLException {
315315 }
316316}
317317```
318- Example of selecting vector data from table
318+
319+ Example of selecting ** vector** data from a table:
320+
319321``` java
320322@Test
321323 public void getVectorData() throws SQLException {
You can’t perform that action at this time.
0 commit comments