mattn / go-adodb

Microsoft ActiveX Object DataBase driver for go that using exp/sql
http://mattn.kaoriya.net/
MIT License
142 stars 36 forks source link

Check database is still Connected #37

Closed derit closed 6 years ago

derit commented 6 years ago

how to check database is still Connected?

mattn commented 6 years ago

This is NOT a right way to check connection but you can use conn.Ping() for checking go-adodb still have connection.