javascript example icon

Home

Index

search icon
  • home icon
  • Packages>

  • mssql>

  • dbo

How to use the dbo function from mssql

Find comprehensive JavaScript mssql.dbo code examples handpicked from public code repositorys.

readme.md?plain=1

GitHub: cevio/series

cevio profile picture
100
101
102
103
104
105
106
107
108
##DBO RecordSet##

数据库操作类,需要传入`connect`连接对象

``` javascript
var dbo = new mssql.dbo(connect);
```

###dbo.insert(table, datas[, callback])###
fork icon2
star icon6
watch icon3

+ 15 other calls in file

Other functions in mssql

Sorted by popularity

function icon

mssql.connect is the most popular function in mssql (5681 examples)

Other popular packages:

Home

About

Privacy Policy

Example Javascript © 2024