SQL Server Express connection Local error

Wappler Version : 6.8.0
Operating System : windows
Server Model: node.js
Database Type: SQL Server Express
Hosting Type: local

I researched the problem of connecting locally to SQL Server Express and checked two other unresolved tickets! After all, can anyone answer if it is possible or not? The connection works normally with any other application or test via ODBC Test, but through Wappler, it shows the error below? Thanks!

I don't think BOOK-9POPC8DSOF\SQLEXPRESS is a valid host. At best, only BOOK-9POPC8DSOF is a valid host

To connect to SQL Server Express you need to enable tcp/ip connections to it.

We use the Tedious driver for NodeJS

See:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.