How connect with local MSSQL DB?

Normally I use MSSQL with online DB, and there’s no problem.
For a new project I have to use a local MSSQL DB.
If i connect with SQL Management It’s ok with those parameters:
3
(server address is my pc’s name)![1|515x500]

Now I’ve to set the same in Wappler Connection.
Can anyone explain me how to do that?
I try with:


I have this error:
2

Thank you

After several tests, I think the problem is caused by SQL Server installed version…
If I use SQLServer 2019 i can’t connect - “Could not connect (sequence)” - launching Test Connection
With SQLServer2014 instead of 2019, with same Wappler parameters, I can connect without problem
(in screenshot ‘Host’ is different because i’m using in another computer - Win10 like previous)

result

It’s seems like a Wappler’s bug. Can anyone make some tests?
@Teodor @patrick

Hi everybody!
I know it’s not a very popular topic, but do you think there’s a way to fix this error?

With " JetBrain DataGrip" I found that port used for that connection was 49863
Now it seems it works.