提交 6eed425a 编写于 作者: sangshuduo's avatar sangshuduo

docs: fix jdbc driver type

上级 74d5e17c
...@@ -30,7 +30,7 @@ url <- "<jdbcURL>" ...@@ -30,7 +30,7 @@ url <- "<jdbcURL>"
```r ```r
# Load the JDBC driver # Load the JDBC driver
drv <- JDBC("com.taosdata.jdbc.TSDBDriver", driverPath) drv <- JDBC("com.taosdata.jdbc.rs.RestfulDriver", driverPath)
``` ```
4. Create a connection to the TDengine database: 4. Create a connection to the TDengine database:
......
...@@ -30,7 +30,7 @@ url <- "<jdbcURL>" ...@@ -30,7 +30,7 @@ url <- "<jdbcURL>"
```r ```r
# 加载JDBC驱动程序 # 加载JDBC驱动程序
drv <- JDBC("com.taosdata.jdbc.TSDBDriver", driverPath) drv <- JDBC("com.taosdata.jdbc.rs.RestfulDriver", driverPath)
``` ```
4. 创建 TDengine 数据库连接: 4. 创建 TDengine 数据库连接:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册