未验证 提交 d7bc62e3 编写于 作者: Y Yaqiang Li 提交者: GitHub

Merge pull request #22519 from taosdata/docs/sangshuduo/cloud-doc-rlang

docs: fix jdbc driver type for cloud doc rlang
...@@ -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.
先完成此消息的编辑!
想要评论请 注册